Follow symlinks when assembling the templates
This commit is contained in:
build/frr/hvn1.lab.ipng.ch
host1-0
etc
home
ipng
.ssh
root
host1-1
etc
home
ipng
.ssh
root
tap1-0
etc
home
ipng
.ssh
root
vpp1-0
vpp1-1
vpp1-2
vpp1-3
overlays/frr
69
build/frr/hvn1.lab.ipng.ch/vpp1-3/etc/frr/frr.conf
Normal file
69
build/frr/hvn1.lab.ipng.ch/vpp1-3/etc/frr/frr.conf
Normal file
@ -0,0 +1,69 @@
|
||||
hostname vpp1-3
|
||||
log syslog informational
|
||||
no ip forwarding
|
||||
no ipv6 forwarding
|
||||
service integrated-vtysh-config
|
||||
!
|
||||
ip router-id 192.168.11.3
|
||||
!
|
||||
interface e0
|
||||
ip ospf area 0
|
||||
ip ospf network point-to-point
|
||||
ipv6 ospf6 area 0
|
||||
ipv6 ospf6 network point-to-point
|
||||
mpls enable
|
||||
exit
|
||||
!
|
||||
interface e1
|
||||
ip ospf area 0
|
||||
ip ospf network point-to-point
|
||||
ipv6 ospf6 area 0
|
||||
ipv6 ospf6 network point-to-point
|
||||
mpls enable
|
||||
exit
|
||||
!
|
||||
interface loop0
|
||||
ip ospf area 0
|
||||
ip ospf passive
|
||||
ipv6 ospf6 area 0
|
||||
ipv6 ospf6 passive
|
||||
exit
|
||||
!
|
||||
router ospf
|
||||
exit
|
||||
!
|
||||
router ospf6
|
||||
exit
|
||||
!
|
||||
mpls ldp
|
||||
router-id 192.168.11.3
|
||||
dual-stack cisco-interop
|
||||
ordered-control
|
||||
!
|
||||
address-family ipv4
|
||||
discovery transport-address 192.168.11.3
|
||||
label local advertise explicit-null
|
||||
!
|
||||
interface e0
|
||||
exit
|
||||
!
|
||||
interface e1
|
||||
exit
|
||||
!
|
||||
exit-address-family
|
||||
!
|
||||
address-family ipv6
|
||||
discovery transport-address 2001:678:d78:210::3
|
||||
label local advertise explicit-null
|
||||
ttl-security disable
|
||||
!
|
||||
interface e0
|
||||
exit
|
||||
!
|
||||
interface e1
|
||||
exit
|
||||
!
|
||||
exit-address-family
|
||||
!
|
||||
exit
|
||||
!
|
Reference in New Issue
Block a user