From 3604bd5ffe2982ab476bb8bae4f141cbcc5479c2 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Sat, 12 Oct 2019 01:27:47 +0000 Subject: [PATCH] [201811][ntp] removed undefined filter pfx_filter is not defined in 201811 branch. Signed-off-by: Ying Xie --- files/image_config/ntp/ntp.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/image_config/ntp/ntp.conf.j2 b/files/image_config/ntp/ntp.conf.j2 index 56244bcca07..07776292fc6 100644 --- a/files/image_config/ntp/ntp.conf.j2 +++ b/files/image_config/ntp/ntp.conf.j2 @@ -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 %}