]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix parsing of graceful restart cap. (#663)
authorPeter Pentchev <roam@ringlet.net>
Mon, 12 Sep 2011 12:30:31 +0000 (16:30 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Sat, 8 Oct 2011 16:17:21 +0000 (20:17 +0400)
commit21cc76941abc60b5b5ece0a71ace0b69d6f4572c
treea81b361e0771c7a3bcddebad35158edad00f219f
parenta624cae2b210a0e81c80c473f86b73e2be169962
bgpd: fix parsing of graceful restart cap. (#663)

"While setting up a testbed, I ran across a little problem in the
parsing of the "graceful restart" BGP capability that resulted in
Quagga not actually activating it for the peer in question - when
the peer sent a single AFI/SAFI block."

* bgp_open.c
  * bgp_capability_restart(): actually process the last AFI/SAFI block
bgpd/bgp_open.c