search for: badguy1

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

Did you mean: badguy
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...efer to these objects from maps: # nft add table filter # nft add chain filter input { type filter hook input priority 0\; } # nft add map filter badguys { type ipv4_addr : counter \; } # nft add rule filter input counter name ip saddr map @badguys # nft add counter filter badguy1 # nft add counter filter badguy2 # nft add element filter badguys { 192.168.2.3 : "badguy1" } # nft add element filter badguys { 192.168.2.4 : "badguy2" } Implicit map definitions are supported too: table ip filter { counter http-traffic {...