From 242b5350ab54a1765207762f4d6972e1cc1a9648 Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Sat, 7 Nov 2020 23:21:47 +1030 Subject: [PATCH] typos --- templates/frr.conf.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/frr.conf.j2 b/templates/frr.conf.j2 index 4d9424d..a52eebd 100644 --- a/templates/frr.conf.j2 +++ b/templates/frr.conf.j2 @@ -102,7 +102,5 @@ router bgp {{host_ASN}} exit-address-family ! {% if host_loopback_IP is defined %}ip prefix-list AS{{host_ASN}}-OUT seq 5 permit {{host_loopback_IP}}/32{% endif %} -! + {% if host_loopback_IP_v6 is defined %}ipv6 prefix-list AS{{host_ASN}}-OUT seq 5 permit {{host_loopback_IP_v6}}/128{% endif %} -line vty -!