router id {{ primary_v4_address }}; log syslog all; protocol kernel { persist; scan time 10; device routes; import all; export all; kernel table 42; }; protocol device { scan time 10; }; protocol static unreachable_default { preference 1; route ::/0 unreachable; }; filter static_routes { if source = RTS_STATIC then reject; else accept; }; include "/etc/bird/conf6.d/*.conf";