Re: [PATCH] comment: Add translation to nft

2016-02-29 Thread Pablo Neira Ayuso
On Wed, Feb 24, 2016 at 01:19:34AM +0530, Shivani Bhardwaj wrote: > Add translation for match comment to nftables. > This patch also adds the relevant infrastructure for carrying out > the translation. > > Example: > > $ sudo iptables-translate -A INPUT -s 192.168.0.0 -m comment --comment "A > p

[PATCH] comment: Add translation to nft

2016-02-23 Thread Shivani Bhardwaj
Add translation for match comment to nftables. This patch also adds the relevant infrastructure for carrying out the translation. Example: $ sudo iptables-translate -A INPUT -s 192.168.0.0 -m comment --comment "A privatized IP block" nft add rule ip filter INPUT ip saddr 192.168.0.0 counter comm

Re: [PATCH] comment: Add translation to nft

2016-02-16 Thread Pablo Neira Ayuso
On Tue, Feb 16, 2016 at 01:40:28AM +0530, Shivani Bhardwaj wrote: > Add translation for match comment to nftables. > > Example: > > $ sudo iptables-translate -A INPUT -s 192.168.0.0 -m comment --comment "A > privatized IP block" > nft add rule ip filter INPUT ip saddr 192.168.0.0 counter comment

[PATCH] comment: Add translation to nft

2016-02-15 Thread Shivani Bhardwaj
Add translation for match comment to nftables. Example: $ sudo iptables-translate -A INPUT -s 192.168.0.0 -m comment --comment "A privatized IP block" nft add rule ip filter INPUT ip saddr 192.168.0.0 counter comment \"A privatized IP block\" Signed-off-by: Shivani Bhardwaj --- extensions/li

Re: [PATCH] comment: Add translation to nft

2016-02-01 Thread Pablo Neira Ayuso
On Mon, Feb 01, 2016 at 11:31:52AM +0530, Shivani Bhardwaj wrote: > Add translation for match comment to nftables. > > Example: > > $ sudo iptables-translate -A INPUT -s 192.168.0.0 -m comment --comment "A > privatized IP block" > nft add rule ip filter INPUT ip saddr 192.168.0.0 counter comment

[PATCH] comment: Add translation to nft

2016-01-31 Thread Shivani Bhardwaj
Add translation for match comment to nftables. Example: $ sudo iptables-translate -A INPUT -s 192.168.0.0 -m comment --comment "A privatized IP block" nft add rule ip filter INPUT ip saddr 192.168.0.0 counter comment \"A privatized IP block\" Signed-off-by: Shivani Bhardwaj --- extensions/li