CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/02/06 18:09:57
Modified files: share/man/man4 : Makefile gre.4 sys/netinet : in_proto.c ip_gre.c sys/conf : GENERIC files Added files: share/man/man4 : mobileip.4 sys/net : if_mobileip.c if_mobileip.h Log message: 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@