summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2019-11-09 17:16:39 +0000
committerflorian <florian@openbsd.org>2019-11-09 17:16:39 +0000
commitd2ccb44d0add32f9f7c06cc388e6f668f8dc64ed (patch)
treefc6bb75bddaedb46695acc10f6fc51f253e21d26
parentAdd RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposals (diff)
downloadwireguard-openbsd-d2ccb44d0add32f9f7c06cc388e6f668f8dc64ed.tar.xz
wireguard-openbsd-d2ccb44d0add32f9f7c06cc388e6f668f8dc64ed.zip
Forgot comment requested by deraadt in previous.
-rw-r--r--sys/net/route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/route.h b/sys/net/route.h
index d338adddaa1..d3dcd851f79 100644
--- a/sys/net/route.h
+++ b/sys/net/route.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.h,v 1.177 2019/11/09 17:14:01 florian Exp $ */
+/* $OpenBSD: route.h,v 1.178 2019/11/09 17:16:39 florian Exp $ */
/* $NetBSD: route.h,v 1.9 1996/02/13 22:00:49 christos Exp $ */
/*
@@ -165,7 +165,7 @@ struct rtentry {
#define RTP_PROPOSAL_STATIC 57
#define RTP_PROPOSAL_DHCLIENT 58
#define RTP_PROPOSAL_SLAAC 59
-#define RTP_PROPOSAL_SOLICIT 60
+#define RTP_PROPOSAL_SOLICIT 60 /* request reply of all RTM_PROPOSAL */
#define RTP_MAX 63 /* maximum priority */
#define RTP_ANY 64 /* any of the above */
#define RTP_MASK 0x7f