summaryrefslogtreecommitdiff
path: root/data/templates/proxy-ndp
diff options
context:
space:
mode:
authorjack9603301 <jack9603301@163.com>2021-01-21 01:20:02 +0800
committerjack9603301 <jack9603301@163.com>2021-01-23 21:45:31 +0800
commitf58a41bccecd6765eb9bc376809197fd2fb36b0c (patch)
treea48b63739f4eafe2dfb69029c0f89febff495db6 /data/templates/proxy-ndp
parent35e89dcc0311514c0388b7ccab51b379113bf104 (diff)
downloadvyos-1x-f58a41bccecd6765eb9bc376809197fd2fb36b0c.tar.gz
vyos-1x-f58a41bccecd6765eb9bc376809197fd2fb36b0c.zip
nptv6: T2518: DNPT does not need NDP agent
Diffstat (limited to 'data/templates/proxy-ndp')
-rw-r--r--data/templates/proxy-ndp/ndppd.conf.tmpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/templates/proxy-ndp/ndppd.conf.tmpl b/data/templates/proxy-ndp/ndppd.conf.tmpl
index a73f25a85..f9485a1cb 100644
--- a/data/templates/proxy-ndp/ndppd.conf.tmpl
+++ b/data/templates/proxy-ndp/ndppd.conf.tmpl
@@ -30,19 +30,6 @@
{% endfor %}
{% endif %}
-{% if destination is defined and destination.rule is defined and destination.rule is not none %}
-{% for rule, config in destination.rule.items() if config.disable is not defined %}
-{% if config.inbound_interface is defined %}
-{% if config.inbound_interface not in global.ndppd_interfaces %}
-{% set global.ndppd_interfaces = global.ndppd_interfaces + [config.inbound_interface] %}
-{% endif %}
-{% if config.translation.address is defined %}
-{% set global.ndppd_prefixs = global.ndppd_prefixs + [{'interface':config.inbound_interface,'rule':config.translation.address}] %}
-{% endif %}
-{% endif %}
-{% endfor %}
-{% endif %}
-
{% for i in global.ndppd_interfaces %}
proxy {{ i }} {