Displaying 1 result from an estimated 1 matches for "base_chain_prior".
2018 Nov 14
3
[Bug 1295] New: Access decision from previous priority
...OS: Debian GNU/Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: Vincent.VSmeets at GMail.com
Hallo,
https://wiki.nftables.org/wiki-nftables/index.php/Configuring_chains#Base_chain_priority
describes that all the chains for a hook are executed in the order of the
priority. The higher priority chains overrule the decision of the lower
priority chains. The example from the wiki:
table inet filter {
        # this chain is evaluated first due to priority
        chain ssh {...