Howto bind BGP to single interface?

Michael McConnell michael at winkstreaming.com
Wed Feb 14 19:58:20 CET 2018


Just a guess, but in the code is appears to be a bool;

 | bgp_proto STRICT BIND bool ';' { BGP_CFG->strict_bind = $4; }

Try, strict bind 1;

Cheers,
Mike

--
Michael McConnell
WINK Streaming;
email: michael at winkstreaming.com
toll free: 877-GO-4-WINK x 7400
direct: +1 312 281-5434
cell: +506 8706-2389
skype: wink-michael
web: http://winkstreaming.com

> On Feb 14, 2018, at 12:20 PM, Michael Wayne <wayne47 at gmail.com> wrote:
> 
> Trying to determine what is wrong with "strict bind yes;" under "protocol bgp".  The docs suggest that my syntax is correct.
> 
> protocol bgp vultr {
>         local as 1234;
>         source address 111.22.33.44;
>         # strict bind yes;      # Fails if uncommented
>         import filter accept_all;
>         export filter export_bgp;
>         # import none;
>         graceful restart on;
>         multihop 2;
>         neighbor 11.22.33.44 as 11111;
>         password "xxxxxxxxxxxxxxxx";
>         }
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20180214/571c2948/attachment.html>


More information about the Bird-users mailing list