summaryrefslogtreecommitdiff
path: root/sys/net/if_mobileip.c
AgeCommit message (Expand)Author
2018-02-18don't allow configuration of non-ipv4 addresses.David Gwynne
2018-02-12restore the previous semantics wrt if up, tunnel, and address config.David Gwynne
2018-02-12use a mobileip_tunnel struct to represent the interfaces tunnel info.David Gwynne
2018-02-09use struct in_addr to represent an address.David Gwynne
2018-02-08handle SIOCGLIFPHYTTL and say that the ttl is always "copied"David Gwynne
2018-02-07dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properlyDavid Gwynne
2018-02-07take the interface down if it is being destroyed.David Gwynne
2018-02-07split mobileip(4) out from the gre(4) driver.David Gwynne