]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix crash when allowas-in is done on inactive peer
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 13 Jan 2010 00:32:39 +0000 (00:32 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Jun 2014 13:30:22 +0000 (15:30 +0200)
commitd9d4ae5157207b9b8bdb167983519a7ffb860f2c
tree8919a83dcb99aac5fa0141f873525517d5e3b7ac
parent8c71e481dae11b7ae3f1ef561a989624b2ae84b6
bgpd: fix crash when allowas-in is done on inactive peer

When allowas-in is changed on a peer that is not up, BGP would crash
trying to do route_refresh.  If peer is not up, there is no need
to do notification or send.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Feng Lu <lu.feng@6wind.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgpd.c