mbox series

[0/1,SRU,Disco] Fix iptables in disco with linux-virtual

Message ID 20190410170923.13034-1-seth.forshee@canonical.com
Headers show
Series Fix iptables in disco with linux-virtual | expand

Message

Seth Forshee April 10, 2019, 5:09 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1823862

SRU Justification

Impact: iptables does not work in disco with linux-virtual.

Fix: Add bpfilter to the generic inclusion list.

Regression Potential: There are no code changes and thus minimal
potential for regressions.

Test Case: Verify that bpffilter.ko is shipped in linux-modues instead
of linux-module-extra and that iptables commands work in disco with the
linux-virtual kernel installed.

Note that I've checked other places, it seems I fixed the same bug in
Cosmic but it must not have been applied to unstable at the time, and
thus is missing in disco. Derivitives which need bpfilter in the
inclusion list already have it.

Thanks,
Seth

---

Seth Forshee (1):
  UBUNTU: [Packaging] add bpfilter to linux-modules

 debian.master/control.d/generic.inclusion-list | 1 +
 1 file changed, 1 insertion(+)

Comments

Seth Forshee April 11, 2019, 2:46 p.m. UTC | #1
On Wed, Apr 10, 2019 at 12:09:22PM -0500, Seth Forshee wrote:
> BugLink: https://bugs.launchpad.net/bugs/1823862
> 
> SRU Justification
> 
> Impact: iptables does not work in disco with linux-virtual.
> 
> Fix: Add bpfilter to the generic inclusion list.
> 
> Regression Potential: There are no code changes and thus minimal
> potential for regressions.
> 
> Test Case: Verify that bpffilter.ko is shipped in linux-modues instead
> of linux-module-extra and that iptables commands work in disco with the
> linux-virtual kernel installed.
> 
> Note that I've checked other places, it seems I fixed the same bug in
> Cosmic but it must not have been applied to unstable at the time, and
> thus is missing in disco. Derivitives which need bpfilter in the
> inclusion list already have it.

Applied to disco/master-next.