<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Err. scratch my previous example. The usage in the doc. example is;</div><div class=""><br class=""></div><div class=""><div class=""><br class=""></div><div class="">protocol bgp {</div><div class="">        local 192.168.11.1 as 1000;</div><div class="">        neighbor 192.168.11.2 as 2000;</div><div class="">#       local 192.168.1.1 as 1000;</div><div class="">#       neighbor 192.168.2.1 as 2000;</div><div class="">#       multihop;</div><div class="">#       rr client;</div><div class=""><b class="">#       strict bind;</b></div><div class="">#       debug all;</div></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">--</div><b class="">Michael McConnell<br class="">WINK Streaming;<br class="">email:</b> <a href="mailto:michael@winkstreaming.com" class="">michael@winkstreaming.com</a><br class=""><b class="">toll free:</b><span class="Apple-converted-space"> </span>877-GO-4-WINK x 7400<br class=""><b class="">direct: </b>+1 312 281-5434<br class=""><b class="">cell:</b> +506 8706-2389<br class=""><b class="">skype:</b> wink-michael<br class=""><b class="">web:</b> <a href="http://winkstreaming.com" class="">http://winkstreaming.com</a></div>

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Feb 14, 2018, at 12:58 PM, Michael McConnell <<a href="mailto:michael@winkstreaming.com" class="">michael@winkstreaming.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Just a guess, but in the code is appears to be a bool;<div class=""><br class=""></div><div class=""> | bgp_proto STRICT BIND bool ';' { BGP_CFG->strict_bind = $4; }</div><div class=""><br class=""></div><div class="">Try, strict bind 1;</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Mike</div><div class=""><br class=""><div class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">--</div><b class="">Michael McConnell<br class="">WINK Streaming;<br class="">email:</b> <a href="mailto:michael@winkstreaming.com" class="">michael@winkstreaming.com</a><br class=""><b class="">toll free:</b><span class="Apple-converted-space"> </span>877-GO-4-WINK x 7400<br class=""><b class="">direct: </b>+1 312 281-5434<br class=""><b class="">cell:</b> +506 8706-2389<br class=""><b class="">skype:</b> wink-michael<br class=""><b class="">web:</b> <a href="http://winkstreaming.com/" class="">http://winkstreaming.com</a></div>

</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On Feb 14, 2018, at 12:20 PM, Michael Wayne <<a href="mailto:wayne47@gmail.com" class="">wayne47@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Trying to determine what is wrong with "strict bind yes;" under "protocol bgp".  The docs suggest that my syntax is correct.<div class=""><br class=""><div class=""><div class=""><font face="monospace, monospace" class="">protocol bgp vultr {</font></div><div class=""><font face="monospace, monospace" class="">        local as 1234;</font></div><div class=""><font face="monospace, monospace" class="">        source address 111.22.33.44;</font></div><div class=""><font face="monospace, monospace" class="">        # strict bind yes;      # <span style="background-color:rgb(255,255,0)" class="">Fails if uncommented</span></font></div><div class=""><font face="monospace, monospace" class="">        import filter accept_all;</font></div><div class=""><font face="monospace, monospace" class="">        export filter export_bgp;</font></div><div class=""><font face="monospace, monospace" class="">        # import none;</font></div><div class=""><font face="monospace, monospace" class="">        graceful restart on;</font></div><div class=""><font face="monospace, monospace" class="">        multihop 2;</font></div><div class=""><font face="monospace, monospace" class="">        neighbor 11.22.33.44 as 11111;</font></div><div class=""><font face="monospace, monospace" class="">        password "xxxxxxxxxxxxxxxx";</font></div><div class=""><font face="monospace, monospace" class="">        }</font></div></div><div class=""><br class=""></div></div></div>
</div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></body></html>