search for: postroutingnat_200

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

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.
...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 command is this. ~# nft -f rule rule:4:15-31: Error: Could not process rule: Operation not supported chain preroutingnat_...