Message ID | 20190410170923.13034-2-seth.forshee@canonical.com |
---|---|
State | New |
Headers | show |
Series | Fix iptables in disco with linux-virtual | expand |
On 10/04/2019 18:09, Seth Forshee wrote: > BugLink: https://bugs.launchpad.net/bugs/1823862 > > bpfilter is needed for iptables. Include it in linux-modules so > that iptables will work with linux-virtual. > > Signed-off-by: Seth Forshee <seth.forshee@canonical.com> > --- > debian.master/control.d/generic.inclusion-list | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list > index 02796200ff2c..3797f760226a 100644 > --- a/debian.master/control.d/generic.inclusion-list > +++ b/debian.master/control.d/generic.inclusion-list > @@ -213,6 +213,7 @@ net/9p/* > net/appletalk/* > net/atm/* > net/ax25/* > +net/bpfilter/bpfilter.ko > net/bridge/* > net/can/* > net/ceph/libceph.ko > Seems very reasonable to me. Acked-by: Colin Ian King <colin.king@canonical.com>
Bug indicates this was tested, fix an important issue for release.
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list index 02796200ff2c..3797f760226a 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.inclusion-list @@ -213,6 +213,7 @@ net/9p/* net/appletalk/* net/atm/* net/ax25/* +net/bpfilter/bpfilter.ko net/bridge/* net/can/* net/ceph/libceph.ko
BugLink: https://bugs.launchpad.net/bugs/1823862 bpfilter is needed for iptables. Include it in linux-modules so that iptables will work with linux-virtual. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- debian.master/control.d/generic.inclusion-list | 1 + 1 file changed, 1 insertion(+)