summaryrefslogtreecommitdiff
path: root/print-bgp.c
diff options
context:
space:
mode:
authorJob Snijders <job@instituut.net>2017-05-30 09:52:02 +0000
committerDenis Ovsienko <denis@ovsienko.info>2017-06-01 10:24:41 +0100
commitda97db5c44d4e5dffd868cdca0c2235c34723690 (patch)
treeb6342285877d21986f2911ccb7429f97b9d2d329 /print-bgp.c
parente48f4ca6ca99cab11eba2dec7dcb4915fa5533dc (diff)
downloadtcpdump-da97db5c44d4e5dffd868cdca0c2235c34723690.tar.gz
RFC 6608 specifies subcode 0 to be value "Unspecified Error"
Diffstat (limited to 'print-bgp.c')
-rw-r--r--print-bgp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-bgp.c b/print-bgp.c
index f77bba81..4cbc1915 100644
--- a/print-bgp.c
+++ b/print-bgp.c
@@ -308,6 +308,7 @@ static const struct tok bgp_notify_minor_update_values[] = {
};
static const struct tok bgp_notify_minor_fsm_values[] = {
+ { 0, "Unspecified Error"},
{ 1, "In OpenSent State"},
{ 2, "In OpenConfirm State"},
{ 3, "In Established State"},