On Sun, Mar 06, 2016 at 03:31:15PM +0530, Shivani Bhardwaj wrote: > There are some icmp types that nftables does not support, have you And these types (and subtypes) are not supported yet or will never be supported? > tried adding up rules corresponding to all the packet types? > Yes, but not all of them. > $ sudo nft add table filter > $ sudo nft add chain filter INPUT { type filter hook input priority 0\;} > $ sudo <your generated rule goes here> > > Please consider finding out such packet types and mention about them > in commit message. Ok. > Also, here you are using the array icmp_codes, this will give out the > same packet names as iptables. But, some packet names are different in > nftables. May be not in case of icmp but in case of icmp6. Please have > a look at this. > Ok, as there isn't a direct translation I'll provide a v2 with a list of supported types. Thanks! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html