summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/proxy-ndp/ndppd.conf.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/proxy-ndp/ndppd.conf.tmpl b/data/templates/proxy-ndp/ndppd.conf.tmpl
index f9485a1cb..6ef9f3f8b 100644
--- a/data/templates/proxy-ndp/ndppd.conf.tmpl
+++ b/data/templates/proxy-ndp/ndppd.conf.tmpl
@@ -37,8 +37,8 @@ proxy {{ i }} {
timeout 500
ttl 30000
{% for map in global.ndppd_prefixs %}
-{% if map['interface'] == i %}
-{% set p = map['rule'] %}
+{% if map.interface == i %}
+{% set p = map.rule %}
rule {{ p }} {
static
}