search for: icmpv6mlquery

Displaying 1 result from an estimated 1 matches for "icmpv6mlquery".

2017 Feb 10
0
[Bug 998] firewallrule on mld-listener-query not honored
...rrent Fedora Rawhide: table inet t { chain c { type filter hook input priority 0; policy accept; ip6 hoplimit 1 icmpv6 type mld-listener-query counter accept } } Then created the packet using scapy: >>> p = IPv6(src='fec0:42::1', dst='fec0:42::5')/ICMPv6MLQuery() >>> ep = Ether(src='fe:54:00:62:0e:9a', dst='52:54:00:62:0e:9a')/p >>> sendp(ep, iface='vnetbr0') Looking at the ruleset, I see the counter increments so the packet is recognized by nftables. I'll therefore close this ticket. If the problem still ha...