Re: [PATCH] Fix dumping vlan rules

2019-07-13 Thread Florian Westphal
michael-...@fami-braun.de wrote: > From: "M. Braun" > > Given the following bridge rules: > 1. ip protocol icmp accept > 2. ether type vlan vlan type ip ip protocol icmp accept > > The are currently both dumped by "nft list ruleset" as > 1. ip protocol icmp accept > 2. ip protocol icmp accept

Re: [PATCH] Fix dumping vlan rules

2019-07-13 Thread Laura Garcia
CC'ing netfilter. On Sat, Jul 13, 2019 at 11:10 PM wrote: > > From: "M. Braun" > > Given the following bridge rules: > 1. ip protocol icmp accept > 2. ether type vlan vlan type ip ip protocol icmp accept > > The are currently both dumped by "nft list ruleset" as > 1. ip protocol icmp accept > 2.

[PATCH] Fix dumping vlan rules

2019-07-13 Thread michael-dev
From: "M. Braun" Given the following bridge rules: 1. ip protocol icmp accept 2. ether type vlan vlan type ip ip protocol icmp accept The are currently both dumped by "nft list ruleset" as 1. ip protocol icmp accept 2. ip protocol icmp accept Though, the netlink code actually is different brid