[PATCH v3] extensions: libxt_NFQUEUE: Add translation to nft

2016-02-07 Thread Shivani Bhardwaj
Add translation for NF queue to nftables. Examples: $ sudo iptables-translate -t nat -A PREROUTING -p tcp --dport 80 -j NFQUEUE --queue-num 30 nft add rule ip nat PREROUTING tcp dport 80 counter queue num 30 $ sudo iptables-translate -A FORWARD -j NFQUEUE --queue-num 0 --queue-bypass -p TCP

Re: [RFC] a software based on ulogd

2016-02-07 Thread Eric Leblond
Hello Ken-ichirou, Le 6 févr. 2016 11:42 AM, Ken-ichirou MATSUZAWA a écrit : > > Hi, > > I need Netflow data based on conntrack, I am trying to create a software > which is based on ulogd. > >     https://github.com/chamaken/nurs/ I feel sorry not being able to merge