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