build
default
hvn0.lab.ipng.ch
vpp0-0
vpp0-1
vpp0-2
etc
bird
core
bird.conf
manual.conf
netns
netplan
vpp
hostname
hosts
resolv.conf
home
root
vpp0-3
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
config
overlays
.gitignore
README.md
create
destroy
generate
pristine
virshall
21 lines
480 B
Plaintext
21 lines
480 B
Plaintext
## Bird2 configuration for vpp0-2
|
|
router id 192.168.10.2;
|
|
|
|
protocol device { scan time 30; }
|
|
protocol direct { ipv4; ipv6; check link yes; }
|
|
protocol kernel kernel4 {
|
|
ipv4 { import none; export where source != RTS_DEVICE; };
|
|
learn off;
|
|
scan time 300;
|
|
}
|
|
protocol kernel kernel6 {
|
|
ipv6 { import none; export where source != RTS_DEVICE; };
|
|
learn off;
|
|
scan time 300;
|
|
}
|
|
|
|
include "core/static.conf";
|
|
include "core/bfd.conf";
|
|
include "core/ospf.conf";
|
|
include "manual.conf";
|