summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2015-02-14 21:41:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-02-18 15:51:29 +0100
commit454ffab9cc695b9618324a6a0a4dead6d5289f8d (patch)
treecc4dbb9dcfe4e614bc40b318917615b44b46f2f4 /src/main.c
parente356b4dcd1c5d1eb77d21daa0fb315a9e495ec7b (diff)
rule: fix object order via nft -f
The objects need to be loaded in the following order: #1 tables #2 chains #3 sets #4 rules We have to make sure that chains are in place by when we add rules with jumps/gotos. Similarly, we have to make sure that the sets are in place by when rules reference them. Without this patch, you may hit ENOENT errors depending on your ruleset configuration. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions