Re: [PATCH 5/5, V2, nft] Implement deleting rule by description

2016-08-08 Thread Pablo Neira Ayuso
On Mon, Aug 08, 2016 at 02:42:35PM +0200, Carlos Falgueras García wrote: > $ nft list -a ruleset > table ip t { > chain c { > ip saddr 1.1.1.1 counter packets 0 bytes 0 # handle 1 > ip saddr 1.1.1.2 counter packets 0 bytes 0 # ha

[PATCH 5/5, V2, nft] Implement deleting rule by description

2016-08-08 Thread Carlos Falgueras García
$ nft list -a ruleset table ip t { chain c { ip saddr 1.1.1.1 counter packets 0 bytes 0 # handle 1 ip saddr 1.1.1.2 counter packets 0 bytes 0 # handle 2 ip saddr 1.1.1.2 counter packets 0 bytes 0