commit | 7621f336e2f346edee43227f0b1ef93fe769720b | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Tue May 01 16:24:35 2012 +0100 |
committer | Paul Jakma <paul@quagga.net> | Wed May 02 11:02:11 2012 +0100 |
tree | 2bda36681214336bf55345cd47efb2c25fc460c2 | |
parent | 1dba254e107dd0c4254d58e9304fc6293b46fd4d [diff] |
bgpd: Make socket init separate, so unit tests work again. * Separate out BGP socket initialisation from bgp_get, and make it an explicit function. Allows unit tests to work again and probably also benefits dry-run. * bgpd.c: (bgp_get) move socket init out... (bgp_socket_init) to here * bgp_main.c: and call it after dry-run. * bgpd.h: (bgp_socket_init) add prototype