]> 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>
Sun, 25 Sep 2011 14:13:40 +0000 (18:13 +0400)
commit74ffab30c360e2a603247f574577b3a8a74db4b2
tree0eb1be441937b698ef210ba7e57ca07822d1a0e0
parentc8049c165cdab08cb8024881376080b58ebc9eae
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