summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2021-03-12 19:35:43 +0000
committerflorian <florian@openbsd.org>2021-03-12 19:35:43 +0000
commit4ac0decd1b3504bad80208a2cedff742bc0d4f8f (patch)
tree85d0aac377757a12bad2af517edfe5b5d8aa1d61 /sbin
parentIn ipw(4), ensure that net80211 is in ASSOC state while we are expecting (diff)
downloadwireguard-openbsd-4ac0decd1b3504bad80208a2cedff742bc0d4f8f.tar.xz
wireguard-openbsd-4ac0decd1b3504bad80208a2cedff742bc0d4f8f.zip
INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/route/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c
index ec0ca1d2047..ad7cc538285 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.253 2021/02/24 16:12:42 deraadt Exp $ */
+/* $OpenBSD: route.c,v 1.254 2021/03/12 19:35:43 florian Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
@@ -1249,7 +1249,7 @@ char routeflags[] =
char ifnetflags[] =
"\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5PTP\6STATICARP\7RUNNING\010NOARP\011PPROMISC"
"\012ALLMULTI\013OACTIVE\014SIMPLEX\015LINK0\016LINK1\017LINK2\020MULTICAST"
-"\23INET6_NOPRIVACY\24MPLS\25WOL\26AUTOCONF6\27INET6_NOSOII\30AUTOCONF4";
+"\23AUTOCONF6TEMP\24MPLS\25WOL\26AUTOCONF6\27INET6_NOSOII\30AUTOCONF4";
char addrnames[] =
"\1DST\2GATEWAY\3NETMASK\4GENMASK\5IFP\6IFA\7AUTHOR\010BRD\011SRC\012SRCMASK\013LABEL\014BFD\015DNS\016STATIC\017SEARCH";
char ieee80211flags[] =