Add srv6
This commit is contained in:
@@ -7,5 +7,6 @@ protocol static static4 {
|
||||
protocol static static6 {
|
||||
ipv6 { export all; };
|
||||
route 2001:678:d78:200::/60 unreachable;
|
||||
route 2001:678:d78:20f::3:0/112 unreachable;
|
||||
# route 2001:db8:cafe::/48 via 2001:db8::1;
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ exec /etc/vpp/config/loopback.vpp
|
||||
exec /etc/vpp/config/interface.vpp
|
||||
exec /etc/vpp/config/lcp.vpp
|
||||
exec /etc/vpp/config/mpls.vpp
|
||||
exec /etc/vpp/config/srv6.vpp
|
||||
exec /etc/vpp/config/sflow.vpp
|
||||
|
||||
comment { exec /etc/vpp/config/flowprobe.vpp }
|
||||
|
||||
@@ -2,5 +2,3 @@ comment { Create a loopback interface }
|
||||
create loopback interface instance 0
|
||||
set interface state loop0 up
|
||||
set interface ip address loop0 192.168.10.3/32
|
||||
set interface ip address loop0 2001:678:d78:200::3/128
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
set sr encaps source addr 2001:678:d78:200::3
|
||||
sr localsid address 2001:678:d78:20f::3:0 behavior end
|
||||
Reference in New Issue
Block a user