artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246baf2
)
Add 'Send Hold Timer expired' BGP Error code
author
job
<job@openbsd.org>
Sat, 17 Feb 2024 14:53:29 +0000
(14:53 +0000)
committer
job
<job@openbsd.org>
Sat, 17 Feb 2024 14:53:29 +0000
(14:53 +0000)
OK deraadt@
usr.sbin/tcpdump/print-bgp.c
patch
|
blob
|
history
diff --git
a/usr.sbin/tcpdump/print-bgp.c
b/usr.sbin/tcpdump/print-bgp.c
index
bac67ea
..
a45d14d
100644
(file)
--- a/
usr.sbin/tcpdump/print-bgp.c
+++ b/
usr.sbin/tcpdump/print-bgp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: print-bgp.c,v 1.3
2 2022/05/25 16:21:11 claudio Exp $
*/
+/* $OpenBSD: print-bgp.c,v 1.3
3 2024/02/17 14:53:29 job Exp $
*/
/*
* Copyright (C) 1999 WIDE Project.
@@
-211,6
+211,7
@@
static const char *bgpnotify_major[] = {
"OPEN Message Error", "UPDATE Message Error",
"Hold Timer Expired", "Finite State Machine Error",
"Cease", "ROUTE_REFRESH Message Error",
+ "Send Hold Timer Expired",
};
#define bgp_notify_major(x) \
num_or_str(bgpnotify_major, \