Hello, everybody!
I'm trying to setup bird 1.3.4 ospfv2 as following:
protocol ospf OSPFtest {
area 192.168.1.1 {
stub yes;
interface "igb1" {
};
interface "lo1" {
cost 30;
};
interface "lo3" {
cost 30;
};
};
};
All works good and I see lo1, lo3 addresses on neighbours but with path-costs equal to 0. What should I do to fix this problem?
Thanks in advance!
--
--
AP