]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_fsm.c
bgpd: do not start BGP VRF peer connection, if VRF not unknown
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 30 Jan 2018 14:30:10 +0000 (15:30 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commitf62abc7d6577a44a67111b25a70d40170e2790af
treee4d759dbeef30b605ce57d8663510516fc0c383f
parente5619c289af97beefefa36067afdef542e86bb0d
bgpd: do not start BGP VRF peer connection, if VRF not unknown

Upon starting a BGP VRF instance, the server socket is not created,
because the VRF ID is not known, and then underlying VRF backend is not
ready yet. Because of that, the peer connection attempt will not be
started before.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_fsm.c