search for: iptest

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

Did you mean: imtest
2017 Aug 15
1
[Bug 1168] New: type nat hook output doesn't work anymore
...Severity: normal Priority: P5 Component: kernel Assignee: pablo at netfilter.org Reporter: maxime.deroucy at gmail.com In may I made some tests on nftables : https://www.craoc.fr/articles/nftables/ Then the following rule was working. ``` table ip iptest { chain outputnat { type nat hook output priority 0; policy accept; ip protocol icmp log prefix "OUTPUT NAT IP: " } } ``` As I get the following I my logs : ``` … OUTPUT NAT IP: IN … … ``` Today (15/08/2017) I wante...