i disabled mobileip(4) with the idea that if noone complained, i'd
remove it. noone has complained, so im going to remove it.

starting at the edge, this removes the mobileip stuff from sysctl(8).

ok?

Index: sysctl.c
===================================================================
RCS file: /cvs/src/sbin/sysctl/sysctl.c,v
retrieving revision 1.247
diff -u -p -r1.247 sysctl.c
--- sysctl.c    22 Sep 2019 01:16:39 -0000      1.247
+++ sysctl.c    29 Oct 2019 04:05:17 -0000
@@ -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 },

Reply via email to