summaryrefslogtreecommitdiff
path: root/sbin/route
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2021-03-12 19:35:44 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2021-03-12 19:35:44 +0000
commit8690d7b906b957f3b08f00a5ac36089d4f0f0511 (patch)
tree1dab37e7e40bc1f190f2d829b1f91c5883219de2 /sbin/route
parente220096c91f05c859a564da7193edc9e6c5fa9d3 (diff)
INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.
Diffstat (limited to 'sbin/route')
-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[] =