mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 17:52:19 +00:00

Add new topotest for the Constraints ShortestPath First (CSPF) algorithm. This topotest uses IS-IS-TE as base network to populate a Traffic Engineering Database (TED) and sharpd to call cspf algorithms on this IS-IS-TE topology. Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
27 lines
367 B
Plaintext
27 lines
367 B
Plaintext
!
|
|
hostname r4
|
|
!
|
|
interface lo
|
|
ip address 10.0.255.4/32
|
|
ipv6 address 2001:db8::4/128
|
|
!
|
|
interface r4-eth0
|
|
ip address 10.0.4.4/24
|
|
ipv6 address 2001:db8:4::2:4/64
|
|
link-params
|
|
metric 40
|
|
delay 40000
|
|
enable
|
|
exit-link-params
|
|
!
|
|
interface r4-eth1
|
|
ipv6 address 2001:db8:5::3:4/64
|
|
link-params
|
|
metric 10
|
|
delay 10000
|
|
enable
|
|
exit-link-params
|
|
!
|
|
ip forwarding
|
|
!
|