20 Nov
2025
20 Nov
'25
11:12 a.m.
I believe static does not support preference: /etc/bird/bird.conf:1047:5 syntax error, unexpected PREFERENCE from: protocol static defroutev4 { ipv4; preference 5; route 0.0.0.0/0 unreachable; } Yakimus // Netassist NOC <yakimus@netassist.ua> writes:
just add the preference for static:
protocol static defroutev4 { ipv4; route 0.0.0.0/0 unreachable; preference 5; }
-- Sustainable and modern Infrastructures by ungleich.ch