frr/tests/topotests/bgp_srv6l3vpn_route_leak/pe1/zebra.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
304 B
Text
Raw Normal View History

log file zebra.log
!
hostname pe1
!
interface lo
ip address 10.0.0.1/32
!
interface eth0 vrf vrf10
ip address 172.16.0.254/24
!
line vty
!
segment-routing
srv6
locators
locator default
prefix 2001:db8:2::/64 block-len 40 node-len 24 func-bits 16
exit
!
exit
!
exit
!
exit
!
end
!