Files
build
default
hvn0.lab.ipng.ch
hvn1.lab.ipng.ch
vpp1-0
vpp1-1
vpp1-2
vpp1-3
etc
bird
bfd.conf
bird.conf
ibgp.conf
ospf.conf
static.conf
netns
netplan
vpp
hostname
hosts
resolv.conf
home
root
hvn2.lab.ipng.ch
config
overlays
.gitignore
README.md
create
destroy
generate
pristine
lab/build/default/hvn1.lab.ipng.ch/vpp1-3/etc/bird/bird.conf
2022-10-14 12:26:57 +02:00

19 lines
428 B
Plaintext

router id 192.168.11.3;
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 "static.conf";
include "bfd.conf";
include "ospf.conf";
include "ibgp.conf";