]> git.puffer.fish Git - matthieu/frr.git/commit
bgp: missing pieces from listener patch
authorStephen Hemminger <shemminger@vyatta.com>
Fri, 7 Aug 2009 04:05:47 +0000 (21:05 -0700)
committerPaul Jakma <paul@quagga.net>
Thu, 13 Aug 2009 09:19:24 +0000 (10:19 +0100)
commit5bd5881838c22e075c3d0c245a8952a55e9dca38
treeb0f011eef51409e492ef107aace3fefca4530f77
parent62bed38d2f2c7317b5c97285d9fb935c5fe681e1
bgp: missing pieces from listener patch

* bgp_network.c: (bgp_accept) The code in current git will crash as part of
  the revised listener code is missing.  The new listener thread code passes
  a pointer to a bgp_listener structure, not the bgp pointer.  The old code
  always got a NULL for bgp pointer, so that is now hard coded.
bgpd/bgp_network.c