<div dir="ltr"><div>Is there something about point to point addresses that could keep bird</div><div>from forwarding them?  I'm assigning a point-to-point address to a</div><div>veth pair like so:</div><div><br></div><div>    ip link add veth1 type veth peer name veth2</div><div>    ip addr add <a href="http://10.0.0.1/32">10.0.0.1/32</a> peer <a href="http://10.0.0.2/32">10.0.0.2/32</a> dev veth1</div><div>    ip addr add <a href="http://10.0.0.2/32">10.0.0.2/32</a> peer <a href="http://10.0.0.1/32">10.0.0.1/32</a> dev veth2</div><div><br></div><div>Neither of those addresses get forwarded via OSPF to other hosts.</div><div>They *do* get forwarded if I add the addresses without a peer like</div><div>this:</div><div><br></div><div>    ip addr add <a href="http://10.0.0.1/32">10.0.0.1/32</a> dev veth1</div><div><br></div><div>Now I've added the same address (<a href="http://10.0.0.1/32">10.0.0.1/32</a>) to veth twice, and bird</div><div>is forwarding a route for that address to OSPF peers.</div><div><br></div><div>Is there a way for bird to accept the "peer" address?  I tried "learn"</div><div>in the kernel but that didn't help.</div><div><br></div><div>TIA,</div><div>--</div><div>Noel</div><div><br></div></div>