[201811][ntp] removed undefined filter (#3594)
pfx_filter is not defined in 201811 branch. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
afbb91657c
commit
c7a096b6b9
@ -35,7 +35,7 @@ interface ignore wildcard
|
||||
interface listen {{ mgmt_prefix | ip }}
|
||||
{% endfor %}
|
||||
{% elif LOOPBACK_INTERFACE %}
|
||||
{% for (name, prefix) in LOOPBACK_INTERFACE|pfx_filter %}
|
||||
{% for (name, prefix) in LOOPBACK_INTERFACE %}
|
||||
{% if prefix | ipv4 and name == 'Loopback0' %}
|
||||
interface listen {{ prefix | ip }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user