From: florian Date: Fri, 12 Mar 2021 19:35:43 +0000 (+0000) Subject: INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4ac0decd1b3504bad80208a2cedff742bc0d4f8f;p=openbsd INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename. --- diff --git a/regress/sbin/ifconfig/ifaddr.c b/regress/sbin/ifconfig/ifaddr.c index ef76b1cac99..8f60d5dc84a 100644 --- a/regress/sbin/ifconfig/ifaddr.c +++ b/regress/sbin/ifconfig/ifaddr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifaddr.c,v 1.4 2020/07/03 17:42:50 florian Exp $ */ +/* $OpenBSD: ifaddr.c,v 1.5 2021/03/12 19:35:43 florian Exp $ */ /* * This file has been copied from ifconfig and adapted to test @@ -224,7 +224,7 @@ const struct cmd { "\024\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6STATICARP" \ "\7RUNNING\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX" \ "\15LINK0\16LINK1\17LINK2\20MULTICAST" \ - "\23INET6_NOPRIVACY\24MPLS\25WOL\26AUTOCONF6\27INET6_NOSOII" \ + "\23AUTOCONF6TEMP\24MPLS\25WOL\26AUTOCONF6\27INET6_NOSOII" \ "\30AUTOCONF4" int getinfo(struct ifreq *, int); 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[] =