build
default
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
vpp1-0
vpp1-1
etc
bird
bfd.conf
bird.conf
ibgp.conf
ospf.conf
static.conf
netns
netplan
vpp
hostname
hosts
resolv.conf
home
root
vpp1-2
vpp1-3
hvn2.lab.ipng.ch
config
overlays
.gitignore
README.md
create
destroy
generate
pristine
virshall
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
protocol static static4 {
|
|
ipv4 { export all; };
|
|
# route 192.0.2.0/24 via 10.0.0.1;
|
|
route 192.168.11.0/24 unreachable;
|
|
}
|
|
|
|
protocol static static6 {
|
|
ipv6 { export all; };
|
|
# route 2001:db8:cafe::/48 via 2001:db8::1;;
|
|
route 2001:678:d78:210::/60 unreachable;
|
|
} |