<div dir="ltr">Trying to determine what is wrong with "strict bind yes;" under "protocol bgp".  The docs suggest that my syntax is correct.<div><br><div><div><font face="monospace, monospace">protocol bgp vultr {</font></div><div><font face="monospace, monospace">        local as 1234;</font></div><div><font face="monospace, monospace">        source address 111.22.33.44;</font></div><div><font face="monospace, monospace">        # strict bind yes;      # <span style="background-color:rgb(255,255,0)">Fails if uncommented</span></font></div><div><font face="monospace, monospace">        import filter accept_all;</font></div><div><font face="monospace, monospace">        export filter export_bgp;</font></div><div><font face="monospace, monospace">        # import none;</font></div><div><font face="monospace, monospace">        graceful restart on;</font></div><div><font face="monospace, monospace">        multihop 2;</font></div><div><font face="monospace, monospace">        neighbor 11.22.33.44 as 11111;</font></div><div><font face="monospace, monospace">        password "xxxxxxxxxxxxxxxx";</font></div><div><font face="monospace, monospace">        }</font></div></div><div><br></div></div></div>