summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-04-20 16:54:49 +0000
committerhasso <hasso>2004-04-20 16:54:49 +0000
commit895d229055ef43eac12c83d54fb949e96ed0d88f (patch)
tree09cbc2ac45a1312009bc9d8ce3e7335929b02016 /bgpd/bgp_debug.c
parent5addc6f5972d0c9dd93d2bce778746d720bfb544 (diff)
downloadquagga-895d229055ef43eac12c83d54fb949e96ed0d88f.tar.bz2
quagga-895d229055ef43eac12c83d54fb949e96ed0d88f.tar.xz
Update cease codes in bgp_debug.c file as well. Just update to patch from
Rivo.
Diffstat (limited to 'bgpd/bgp_debug.c')
-rw-r--r--bgpd/bgp_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c
index e6f64312..2c1a975d 100644
--- a/bgpd/bgp_debug.c
+++ b/bgpd/bgp_debug.c
@@ -139,6 +139,8 @@ struct message bgp_notify_cease_msg[] =
{ BGP_NOTIFY_CEASE_ADMIN_RESET, "/Administratively Reset."},
{ BGP_NOTIFY_CEASE_CONNECT_REJECT, "/Connection Rejected."},
{ BGP_NOTIFY_CEASE_CONFIG_CHANGE, "/Other Configuration Change."},
+ { BGP_NOTIFY_CEASE_COLLISION_RESOLUTION, "/Connection collision resolution."},
+ { BGP_NOTIFY_CEASE_OUT_OF_RESOURCE, "/Out of Resource."},
};
int bgp_notify_cease_msg_max = BGP_NOTIFY_CEASE_MAX;