13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
# tags: baseline, master
|
|
# Minimal BIRD 2 skeleton (device + direct), no EvoBGP-generated fragments yet.
|
|
|
|
router id 192.0.2.1;
|
|
|
|
protocol device {
|
|
}
|
|
|
|
protocol direct {
|
|
ipv4;
|
|
ipv6;
|
|
}
|