27.12.2014 17:07, Alexander V. Chernikov пишет:
On 27 Dec 2014, at 04:50, Andrew <[email protected]> wrote:

Hi all.

I tried to run multiple OSPF instances in BIRD for VRF, other clients - quagga 
machines that listens both vlans and see each other.

BIRD sends packets from xx.xx.132.7 (which has mask /32 and is set on lo) to 
vlan3, but saw neighbors; other neighbors don't saw bird ('cause it sends 
packets from wrong ip)
There is no easy way to get “primary” address for interface, so you need to 
specify it explicitly for interface with multiple addresses:

protocol device { primary “vlan3” 10.255.192.1; }

There is single address on vlan3 interface. xx.xx.132.7 is on loopback interface.

Reply via email to