summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2019-10-29 04:20:36 +0000
committerdlg <dlg@openbsd.org>2019-10-29 04:20:36 +0000
commit9ce244b65a3e4dc02516f1a55b1a23d180e36e0c (patch)
treee24265135d7856abb1b6d02039edd813134a17e4
parentadd the 802.1AE MACsec ethertype (diff)
downloadwireguard-openbsd-9ce244b65a3e4dc02516f1a55b1a23d180e36e0c.tar.xz
wireguard-openbsd-9ce244b65a3e4dc02516f1a55b1a23d180e36e0c.zip
mobileip is going to the attic
-rw-r--r--sbin/sysctl/sysctl.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index b751be4a3e4..551a1dbe1fb 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.247 2019/09/22 01:16:39 krw Exp $ */
+/* $OpenBSD: sysctl.c,v 1.248 2019/10/29 04:20:36 dlg Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -1485,7 +1485,6 @@ struct ctlname espname[] = ESPCTL_NAMES;
struct ctlname ahname[] = AHCTL_NAMES;
struct ctlname etheripname[] = ETHERIPCTL_NAMES;
struct ctlname grename[] = GRECTL_NAMES;
-struct ctlname mobileipname[] = MOBILEIPCTL_NAMES;
struct ctlname ipcompname[] = IPCOMPCTL_NAMES;
struct ctlname carpname[] = CARPCTL_NAMES;
struct ctlname pfsyncname[] = PFSYNCCTL_NAMES;
@@ -1550,7 +1549,7 @@ struct list inetvars[] = {
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },
- { mobileipname, MOBILEIPCTL_MAXID }, /* mobileip */
+ { 0, 0 },
{ 0, 0 },
{ 0, 0 },
{ 0, 0 },