15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
# tags: baseline, include
|
|
# Operator shell includes generated fragments from bird.d/
|
|
|
|
router id 192.0.2.1;
|
|
|
|
include "bird.d/static.conf";
|
|
|
|
protocol device {
|
|
}
|
|
|
|
protocol direct {
|
|
ipv4;
|
|
ipv6;
|
|
}
|