summaryrefslogtreecommitdiff
path: root/bgpd
diff options
context:
space:
mode:
authorhasso <hasso>2004-04-20 16:54:49 +0000
committerhasso <hasso>2004-04-20 16:54:49 +0000
commit9b87e41cae05e2d79519426af1a3f4a732c669a0 (patch)
treeca1fd73ee03a9b36c1aae8d1d2d4fdcd8d2bf305 /bgpd
parent545acafbf599b3d163813e6640a1f83703ebda2e (diff)
Update cease codes in bgp_debug.c file as well. Just update to patch from
Rivo.
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/ChangeLog3
-rw-r--r--bgpd/bgp_debug.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index 9250785c..1e7d8e06 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -1,6 +1,7 @@
2004-04-16 rivo nurges <rix@estpak.ee>
- * bgpd.h: update cease subcodes to draft-ietf-idr-cease-subcode-05
+ * bgpd.h, bgp_debug.c: update cease subcodes to
+ draft-ietf-idr-cease-subcode-05
* bgpd.h, bgpd.c, bgp_route.c, bgp_route.h: fix UNH IOL BGP-4.1.6a
2004-02-17 Paul Jakma <paul@dishone.st>
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;