From: kn Date: Sat, 12 Nov 2022 02:49:34 +0000 (+0000) Subject: Zap dead ip6_auto_linklocal X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=20dd158fe326e5b863b5926eec8951bf40475eb7;p=openbsd Zap dead ip6_auto_linklocal Removed in 2015 15f0a5b39a2bb226b44457ed81a5d989cfee0393 Ensure that link-local addresses are correctly configured on loopback interfaces. --- diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h index ef5703eed0a..9ded8f10151 100644 --- a/sys/netinet6/ip6_var.h +++ b/sys/netinet6/ip6_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_var.h,v 1.105 2022/10/17 14:49:02 mvs Exp $ */ +/* $OpenBSD: ip6_var.h,v 1.106 2022/11/12 02:49:34 kn Exp $ */ /* $KAME: ip6_var.h,v 1.33 2000/06/11 14:59:20 jinmei Exp $ */ /* @@ -295,7 +295,6 @@ extern int ip6_dad_count; /* DupAddrDetectionTransmits */ extern int ip6_dad_pending; /* number of currently running DADs */ extern int ip6_auto_flowlabel; -extern int ip6_auto_linklocal; #define IP6_SOIIKEY_LEN 16 extern uint8_t ip6_soiikey[IP6_SOIIKEY_LEN];