Displaying 1 result from an estimated 1 matches for "pri_filter".
Did you mean:
arp_filter
2017 Aug 21
4
[Bug 1172] New: chain priority cannot be set by a defined variable
...cified
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: netfilter at allycomm.com
To Replicate:
* Create an nft file that contains
define PRI_FILTER = 0
table inet global {
chain prerouting {
type filter hook prerouting priority $PRI_FILTER
policy drop
}
* "execute" using nft -f <that_file>
Observed Behavior:
tmp:4:46-46: Error: syntax error, unexpected '$', expecting - or number
typ...