exit: drop redundant and now misleading comment
This commit is contained in:
parent
9a56e48141
commit
fe8f9161d9
|
@ -188,7 +188,6 @@ router bgp {{ asn.asn }} vrf inside
|
|||
|
||||
|
||||
{% for vrf in vrfs.values() | selectattr('name', 'in', inside_vrfs) %}
|
||||
# VRF for L2 network {{ vrf.name }}. Imports gateway from inside VRF.
|
||||
router bgp {{ asn.asn }} vrf {{ vrf.name }}
|
||||
bgp bestpath as-path multipath-relax
|
||||
|
||||
|
|
Loading…
Reference in a new issue