CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/11 19:33:50
Modified files:
sys/net : if_mobileip.c
Log message:
use a mobileip_tunnel struct to represent the interfaces tunnel info.
this avoids allocating a mobileip_softc on the stack to build a key
for looking up interfaces with on packet input. struct ifnet inside
mobileip_softc is "quite large", and may blow the 2k limit one day.
