summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2015-09-13 01:39:37 +0000
committerhrs <hrs@FreeBSD.org>2015-09-13 01:39:37 +0000
commitec83826da703a6937b4cbd1f8051562b5e3909ab (patch)
tree45524f9c06db710c2c0458b2dca7f1870ae2c5d7 /sys/netinet6
parent349e17a73ab9f1415dc275e5744890410e114ab2 (diff)
downloadFreeBSD-src-ec83826da703a6937b4cbd1f8051562b5e3909ab.zip
FreeBSD-src-ec83826da703a6937b4cbd1f8051562b5e3909ab.tar.gz
MFC 287608:
Remove IN6_IFF_NOPFX. This flag was no longer used.
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6_ifattach.c3
-rw-r--r--sys/netinet6/in6_var.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c
index 5196101..0d42088 100644
--- a/sys/netinet6/in6_ifattach.c
+++ b/sys/netinet6/in6_ifattach.c
@@ -598,9 +598,6 @@ in6_ifattach_loopback(struct ifnet *ifp)
/* we don't need to perform DAD on loopback interfaces. */
ifra.ifra_flags |= IN6_IFF_NODAD;
- /* skip registration to the prefix list. XXX should be temporary. */
- ifra.ifra_flags |= IN6_IFF_NOPFX;
-
/*
* We are sure that this is a newly assigned address, so we can set
* NULL to the 3rd arg.
diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h
index e0f337f..8f681bb 100644
--- a/sys/netinet6/in6_var.h
+++ b/sys/netinet6/in6_var.h
@@ -504,9 +504,6 @@ struct in6_rrenumreq {
#define IN6_IFF_AUTOCONF 0x40 /* autoconfigurable address. */
#define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */
#define IN6_IFF_PREFER_SOURCE 0x0100 /* preferred address for SAS */
-#define IN6_IFF_NOPFX 0x8000 /* skip kernel prefix management.
- * XXX: this should be temporary.
- */
/* do not input/output */
#define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)
OpenPOWER on IntegriCloud