[Bug 1347] New: ebtables-nft: regression in -o option
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Tue Jul 2 10:50:24 CEST 2019
https://bugzilla.netfilter.org/show_bug.cgi?id=1347
Bug ID: 1347
Summary: ebtables-nft: regression in -o option
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: iptables over nftable
Assignee: pablo at netfilter.org
Reporter: arturo at debian.org
This ruleset:
# cat ebtables-fwd-no-o-options-allowed.rules
*filter
:PVEFW-FORWARD ACCEPT
:PVEFW-FWBR-OUT ACCEPT
-A PVEFW-FORWARD -p IPv4 -j ACCEPT
-A PVEFW-FORWARD -p IPv6 -j ACCEPT
-A PVEFW-FORWARD -o fwln+ -j PVEFW-FWBR-OUT
-A FORWARD -j PVEFW-FORWARD
works in ebtables-legacy but doesn't in ebtables-nft.
# cat ebtables-fwd-no-o-options-allowed.rules | ebtables-legacy-restore
# cat ebtables-fwd-no-o-options-allowed.rules | ebtables-nft-restore
Use -o only in OUTPUT, FORWARD and POSTROUTING chains.
More context in the original Debian bug: https://bugs.debian.org/929976
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20190702/0d54b257/attachment.html>
More information about the netfilter-buglog
mailing list