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 <[email protected]> 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

Reply via email to