i want to remove the mobileip driver. disabling it is a good start.

it would be generous to say that mobileip is a very niche protocol. it
is not great on the wire, it cannot encap anything except ipv4, and it
lacks widespread support in other operating systems. the other bsds
appear to support it, but there are better options for tunnelling
between them anyway.

ok?

Index: GENERIC
===================================================================
RCS file: /cvs/src/sys/conf/GENERIC,v
retrieving revision 1.260
diff -u -p -r1.260 GENERIC
--- GENERIC     13 Apr 2019 17:35:10 -0000      1.260
+++ GENERIC     22 Apr 2019 01:32:29 -0000
@@ -90,7 +90,6 @@ pseudo-device carp            # CARP protocol supp
 pseudo-device  etherip         # EtherIP (RFC 3378)
 pseudo-device  gif             # IPv[46] over IPv[46] tunnel (RFC1933)
 pseudo-device  gre             # GRE encapsulation interface
-pseudo-device  mobileip        # MobileIP encapsulation interface
 pseudo-device  loop            # network loopback
 pseudo-device  mpe             # MPLS PE interface
 pseudo-device  mpw             # MPLS pseudowire support

Reply via email to