Message ID | 20211111073259.149360-1-khalid.elmously@canonical.com |
---|---|
State | New |
Headers | show |
Series | [SRU,F/kvm,1/1] UBUNTU: [config] Enable CONFIG_IP_MULTICAST | expand |
On 11.11.21 08:32, Khalid Elmously wrote: > BugLink: https://bugs.launchpad.net/bugs/1946672 > > Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com> > --- This change should also be reflected/enforced in the annotations, so it does not get dropped without good reasons. -Stefan > debian.kvm/config/config.common.ubuntu | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu > index 774e6eeda39a0..7bb29e1c294bf 100644 > --- a/debian.kvm/config/config.common.ubuntu > +++ b/debian.kvm/config/config.common.ubuntu > @@ -1250,7 +1250,8 @@ CONFIG_IPVTAP=m > CONFIG_IP_ADVANCED_ROUTER=y > # CONFIG_IP_DCCP is not set > # CONFIG_IP_FIB_TRIE_STATS is not set > -# CONFIG_IP_MULTICAST is not set > +# CONFIG_IP_MROUTE is not set > +CONFIG_IP_MULTICAST=y > CONFIG_IP_MULTIPLE_TABLES=y > # CONFIG_IP_NF_ARPTABLES is not set > CONFIG_IP_NF_FILTER=m >
diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu index 774e6eeda39a0..7bb29e1c294bf 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -1250,7 +1250,8 @@ CONFIG_IPVTAP=m CONFIG_IP_ADVANCED_ROUTER=y # CONFIG_IP_DCCP is not set # CONFIG_IP_FIB_TRIE_STATS is not set -# CONFIG_IP_MULTICAST is not set +# CONFIG_IP_MROUTE is not set +CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_ARPTABLES is not set CONFIG_IP_NF_FILTER=m
BugLink: https://bugs.launchpad.net/bugs/1946672 Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com> --- debian.kvm/config/config.common.ubuntu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)