split mobileip(4) out from the gre(4) driver.
authordlg <dlg@openbsd.org>
Wed, 7 Feb 2018 01:09:57 +0000 (01:09 +0000)
committerdlg <dlg@openbsd.org>
Wed, 7 Feb 2018 01:09:57 +0000 (01:09 +0000)
commit611118cf489a5a52cfe34aeeb1826120cb46f164
treef28f0b14f90c93d3779c2c81ca60d538e68561c2
parentf87956e9047807253e5a292cb04455caf5bd0c08
split mobileip(4) out from the gre(4) driver.

having mobileip in gre makes it hard to cut gre up. the current mobileip
code is also broken, so this is def and improvement. it also makes it
easy to disable and remove mobileip in the future.

ok claudio@ henning@
share/man/man4/Makefile
share/man/man4/gre.4
share/man/man4/mobileip.4 [new file with mode: 0644]
sys/conf/GENERIC
sys/conf/files
sys/net/if_mobileip.c [new file with mode: 0644]
sys/net/if_mobileip.h [new file with mode: 0644]
sys/netinet/in_proto.c
sys/netinet/ip_gre.c