summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Fabian <david.fabian@bosson.cz>2018-01-22 14:02:11 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-02-26 18:50:37 +0100
commit5a5cdd5d42f0aa8fc78ac1ff81a423fc40072fea (patch)
treef923979c1d84e13e40d8cfdc929804d6fab89e47 /doc
parentd3d2c4bd782368e9024d88795659325372b99ed8 (diff)
Added undefine/redefine keywords
This is a small patch to nft which adds two new keywords - undefine and redefine. undefine simply undefines a variable from the current scope. redefine allows one to change a variable definition. We have a firewall written in bash (using iptables) that is organized by customer VLANs. Each VLAN has its own set of bash variables holding things like uplink iface names, gateway IPs, etc. We want to rewrite the firewall to nftables but are stuck on the fact that nft variables cannot be overridden in the same scope. We have each VLAN configuration in a separate file containing pre/post-routing, input, output and forward rules,and we include those files to a master firewall configuration. One solution is to rename all the variables with some VLAN specific (pre/su)ffix. But that is cumbersome. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions