Dear All,I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, here is my topology and BIRD configuration:router-a ------ router-b (directly connected use cat6)router-a: 10.22.40.17/30router-b: 10.22.40.18/30bird.conf in router-arouter id 10.5.16.1;debug all;import filter ospf_in_routerb;export filter ospf_out_routerb;tick 2;area 0 {interface "bge0" {stub;cost 5;hello 10; retransmit 2; wait 10; dead 40;type pointopoint;};networks {};interface "*" {cost 1000;stub;};};}bird.conf in routerbrouter id 10.5.16.2;debug all;import filter ospf_in_routera;export filter ospf_out_routera;tick 2;area 0 {interface "bge0" {stub;cost 5;hello 10; retransmit 2; wait 10; dead 40;type pointopoint;};networks {};interface "*" {cost 1000;stub;};};}I found the following error message from bird.log:2016-12-31 07:52:38 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:52:43 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:52:48 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:52:53 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:52:57 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:03 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:07 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:13 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:18 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:22 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:27 <ERR> ospf1: Socket error on bge0: Invalid argument2016-12-31 07:53:28 <ERR> ospf1: Socket error on bge0: Invalid argumentShow ospf:bird> show ospfospf1:RFC1583 compatibility: disabledStub router: NoRT scheduler tick: 2Number of areas: 1Number of LSAs in DB: 260Area: 0.0.0.0 (0) [BACKBONE]Stub: NoNSSA: NoTransit: NoNumber of interfaces: 25Number of neighbors: 0Number of adjacent neighbors: 0Area networks:10.22.40.16/30 Advertisebird> show protocols all ospf1name proto table state since infoospf1 OSPF master up 07:53:28 AloneRouter ID: 10.8.60.1Preference: 150Input filter: ospf_in_routerbOutput filter: ospf_out_routerbRoutes: 25 imported, 259 exported, 0 preferredRoute change stats: received rejected filtered ignored acceptedImport updates: 25 0 0 0 25Import withdraws: 0 0 --- 0 0Export updates: 630587 0 630328 --- 259Export withdraws: 22 --- --- --- 0Why ospf neighbor can't established?I'm new to ospf and really need help.Thank you
Best regards,
David S.
------------------------------------------------