more-bgp-states.patch 348 B

12345678910111213141516
  1. Description: Add two more BGP states as described in the quagga sources
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Bug: https://bitbucket.org/ripencc/bgpdump/issues/35/
  4. Last-Update: 2016-07-13
  5. --- a/bgpdump.c
  6. +++ b/bgpdump.c
  7. @@ -241,6 +241,8 @@
  8. "Opensent",
  9. "Openconfirm",
  10. "Established",
  11. + "Clearing",
  12. + "Deleted",
  13. NULL
  14. };