summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-06-14 16:19:55 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2022-06-14 22:57:52 +0200
commit7e59b2a3f31edd4793264876d87af725771a222d (patch)
tree5f400fd788bd04a5e0bde9c98b04a436fe998de2 /data
parent34db435e7a74ee8509777802e03927de2dd57627 (diff)
downloadvyos-1x-7e59b2a3f31edd4793264876d87af725771a222d.tar.gz
vyos-1x-7e59b2a3f31edd4793264876d87af725771a222d.zip
firewall: T970: Use set prefix to domain groups
Diffstat (limited to 'data')
-rw-r--r--data/templates/firewall/nftables.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/firewall/nftables.j2 b/data/templates/firewall/nftables.j2
index ca24b7db2..b91fed615 100644
--- a/data/templates/firewall/nftables.j2
+++ b/data/templates/firewall/nftables.j2
@@ -47,7 +47,7 @@ table ip filter {
{% endfor %}
{% if group is vyos_defined and group.domain_group is vyos_defined %}
{% for name, name_config in group.domain_group.items() %}
- set {{ name }} {
+ set D_{{ name }} {
type ipv4_addr
flags interval
}