This commit is contained in:
Cory Hawkless 2020-11-07 23:21:47 +10:30
parent 251449661f
commit 242b5350ab
1 changed files with 1 additions and 3 deletions

View File

@ -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
!