artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75818d2
)
Use correct RFC number in comment
author
claudio
<claudio@openbsd.org>
Thu, 27 May 2021 09:10:03 +0000
(09:10 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 27 May 2021 09:10:03 +0000
(09:10 +0000)
usr.sbin/bgpd/session.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/session.c
b/usr.sbin/bgpd/session.c
index
2844562
..
4ff632e
100644
(file)
--- a/
usr.sbin/bgpd/session.c
+++ b/
usr.sbin/bgpd/session.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: session.c,v 1.41
8 2021/05/27 08:27:48
claudio Exp $ */
+/* $OpenBSD: session.c,v 1.41
9 2021/05/27 09:10:03
claudio Exp $ */
/*
* Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org>
@@
-1487,7
+1487,7
@@
session_open(struct peer *p)
}
}
- /* enhanced route-refresh, RFC
679
3 */
+ /* enhanced route-refresh, RFC
731
3 */
if (p->capa.ann.enhanced_rr) /* no data */
errs += session_capa_add(opb, CAPA_ENHANCED_RR, 0);