Displaying 1 result from an estimated 1 matches for "testbed_nat".
2018 Oct 04
1
[Bug 1281] New: Using kernel 4.18.10, nft commandline tool or nft -f can't parse negative priority values over -200.
...n4_2.11-1_amd64.deb
libnftnl7_1.1.1-1_amd64.deb
libnftables0_0..9.0-1_amd64.deb
nftables_0.9.0-1_amd64.deb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I want to use nft -f command for enrolling rule.
This is my rule.
--------------------------------------------------------------------
table ip testbed_nat {
chain preroutingnat_200 {
type nat hook prerouting priority -300; policy accept;
}
chain postroutingnat_200 {
type nat hook postrouting priority -300; policy accept;
}
}
--------------------------------------------------------------------
But, the result of nft -f...