<div dir="ltr"><div><div>Hello!<br><br></div>Trying to run bird on ethernet interface with type = ptmp. Yes, I know that ethernet is broadcast interface, but there is a good practice to use ptmp on ethernet. I found a strange bug. When type = ptmp, bird sends only one Hello packet and then stops (and even receive?) next packets until I fully restart bird, while other side (cisco or mikrotik) sends packets every 10s (as configured).<br></div><div>There is no problems with type = broadcast<br></div><div><br></div><div>Here is my simple test configuration:<br>protocol ospf main_ospf {<br>    import      all;<br><br>    instance id         0;<br>    tick                5;<br><br>    area 0.0.0.0 {<br>       networks {<br></div><div>            X.X.16.78/32;<br></div><div>            X.X.16.80/28;<br></div><div>        };<br><br>        interface "lo1" {<br>            type        ptp;<br>            hello       60;<br>            retransmit  10;<br>            dead        30;<br>        };<br>        <br>        interface "em0.102" {<br>            cost                10;<br>            type                ptmp;<br>            hello               10;<br>            retransmit          5;<br>            dead                40;<br>            #<br>            authentication      cryptographic;<br>            password    "XXXXX" {<br>                id              1;<br>                algorithm       keyed md5;<br>            };<br>        };<br>    };<br>}<br><br></div><div>FreeBSD - 11-STABLE<br></div><div>Bird 1.6.3<br><br></div><div>With regards,<br></div><div>Boris<br><br></div></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr"><p dir="ltr">С уважением, <br>
Борис Коваленко </p>
</div></div>