summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2019-11-22 06:26:01 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2019-11-22 06:26:01 +0000
commitb3d1cf0f3b7894d7fc90285086e30e359e5278ed (patch)
tree6b75fbe1a4df6a5936c3afc7f798358bcb00da3e /share
parent7a81ae50d2c5be642738ba2b6a5efb582ce998f4 (diff)
Add RTP_PROPOSAL_UMB to the priorities list
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/route.47
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index 222d3347602..03a47a7c289 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.4,v 1.53 2019/11/10 10:12:15 florian Exp $
+.\" $OpenBSD: route.4,v 1.54 2019/11/22 06:26:00 claudio Exp $
.\" $NetBSD: route.4,v 1.3 1994/11/30 16:22:31 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)route.4 8.6 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: November 10 2019 $
+.Dd $Mdocdate: November 22 2019 $
.Dt ROUTE 4
.Os
.Sh NAME
@@ -259,7 +259,8 @@ The predefined constants for the routing priorities are:
#define RTP_PROPOSAL_STATIC 57
#define RTP_PROPOSAL_DHCLIENT 58
#define RTP_PROPOSAL_SLAAC 59
-#define RTP_PROPOSAL_SOLICIT 60 /* request reply of all RTM_PROPOSAL */
+#define RTP_PROPOSAL_UMB 60
+#define RTP_PROPOSAL_SOLICIT 61 /* request reply of all RTM_PROPOSAL */
#define RTP_MAX 63 /* maximum priority */
#define RTP_ANY 64 /* any of the above */
#define RTP_MASK 0x7f