 Mattias WalströmandJoachim Wiberg
|
eab3c4d191
|
Add support for IPv6 static routing
admin@example:/> configure
admin@example:/config/> edit routing control-plane-protocol static name default
admin@example:/config/routing/control-plane-protocol/static/name/default/> set ipv6 route 2001:db8:3c4d:200::/64 next-hop next-hop-address 2001:db8:3c4d:1::1
admin@example:/config/routing/control-plane-protocol/static/name/default/> leave
admin@example:/>
admin@infix-00-01-00:/> show routes ipv6
PREFIX NEXT-HOP METRIC PROTOCOL
2001:db8:3c4d:50::/64 eth4 256 kernel
2001:db8:3c4d:200::1/128 lo 256 kernel
fe80::/64 eth3 256 kernel
fe80::/64 eth2 256 kernel
fe80::/64 eth1 256 kernel
fe80::/64 eth0 256 kernel
fe80::/64 eth5 256 kernel
fe80::/64 eth4 256 kernel
::/0 2001:db8:3c4d:50::1 20 static
|
2023-12-07 14:52:00 +01:00 |
|
 Mattias WalströmandTobias Waldekranz
|
2cdb0a3d18
|
ietf_routing/static_routing: Fix test stability
Remove all sleeps and replace them with util.until()
|
2023-12-01 15:58:27 +01:00 |
|
 Mattias WalströmandJoachim Wiberg
|
ef740a8abc
|
test: routing/static_routing: Sleep some to wait FRR startup
This should be replaced with reading the operational status.
|
2023-11-17 07:19:28 +01:00 |
|
 Mattias WalströmandJoachim Wiberg
|
4ea1a682da
|
Add test-case for a static routing
|
2023-11-17 07:19:28 +01:00 |
|