diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-01-10 23:14:28 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-01-11 11:57:56 +0100 |
commit | f16525175deb69ae3b9193573550992b4d5fd951 (patch) | |
tree | 010ade04115b7ff1fe1875093dd70d438303371d /data/templates/firewall/nftables-policy.tmpl | |
parent | d5775339f9d1ee33c04f5d923684cd254b400364 (diff) | |
download | vyos-1x-f16525175deb69ae3b9193573550992b4d5fd951.tar.gz vyos-1x-f16525175deb69ae3b9193573550992b4d5fd951.zip |
firewall: policy: T4159: T4164: Fix empty firewall groups, create separate file for group definitions.
Diffstat (limited to 'data/templates/firewall/nftables-policy.tmpl')
-rw-r--r-- | data/templates/firewall/nftables-policy.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/firewall/nftables-policy.tmpl b/data/templates/firewall/nftables-policy.tmpl index ecc7e0fbd..668ec7388 100644 --- a/data/templates/firewall/nftables-policy.tmpl +++ b/data/templates/firewall/nftables-policy.tmpl @@ -1,5 +1,7 @@ #!/usr/sbin/nft -f +include "/run/nftables_defines.conf" + table ip mangle { {% if first_install is defined %} chain VYOS_PBR_PREROUTING { |