Fix permissions; Do not run LDP on vpp0.e0 and vpp3.e1; Regenerate

This commit is contained in:
Pim van Pelt
2023-10-15 19:38:50 +00:00
parent ae458c6754
commit a6c94d23ca
50 changed files with 94 additions and 122 deletions
build
bird
hvn0.lab.ipng.ch
host0-0
root
lab-build
host0-1
root
lab-build
tap0-0
root
lab-build
vpp0-0
root
lab-build
vpp0-1
root
lab-build
vpp0-2
root
lab-build
vpp0-3
root
lab-build
hvn1.lab.ipng.ch
host1-0
root
lab-build
host1-1
root
lab-build
tap1-0
root
lab-build
vpp1-0
root
lab-build
vpp1-1
root
lab-build
vpp1-2
root
lab-build
vpp1-3
root
lab-build
hvn2.lab.ipng.ch
host2-0
root
lab-build
host2-1
root
lab-build
tap2-0
root
lab-build
vpp2-0
root
lab-build
vpp2-1
root
lab-build
vpp2-2
root
lab-build
vpp2-3
root
lab-build
frr
hvn0.lab.ipng.ch
host0-0
root
lab-build
host0-1
root
lab-build
tap0-0
root
lab-build
vpp0-0
etc
root
lab-build
vpp0-1
root
lab-build
vpp0-2
root
lab-build
vpp0-3
etc
root
lab-build
hvn1.lab.ipng.ch
host1-0
root
lab-build
host1-1
root
lab-build
tap1-0
root
lab-build
vpp1-0
etc
root
lab-build
vpp1-1
root
lab-build
vpp1-2
root
lab-build
vpp1-3
etc
root
lab-build
hvn2.lab.ipng.ch
host2-0
root
lab-build
host2-1
root
lab-build
tap2-0
root
lab-build
vpp2-0
etc
root
lab-build
vpp2-1
root
lab-build
vpp2-2
root
lab-build
vpp2-3
etc
root
lab-build
overlays
_common
common
root
lab-build
frr
vpp

@ -46,12 +46,16 @@ mpls ldp
discovery transport-address {{ loop4 }}
label local advertise explicit-null
!
{% if node.id > 0 %}
interface e0
exit
!
{% endif %}
{% if node.id < 3 %}
interface e1
exit
!
{% endif %}
exit-address-family
!
address-family ipv6
@ -59,12 +63,16 @@ mpls ldp
label local advertise explicit-null
ttl-security disable
!
{% if node.id > 0 %}
interface e0
exit
!
{% endif %}
{% if node.id < 3 %}
interface e1
exit
!
{% endif %}
exit-address-family
!
exit