summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove last remnants of classful addressing:glebius2011-10-151-3/+0
| | | | | | | | | | | | - Remove ia_net, ia_netmask, ia_netbroadcast from struct in_ifaddr. - Remove net.inet.ip.subnetsarelocal, I bet no one need it in 2011. - fix bug when we were not forwarding to a host which matches classful net address. For example router having 192.168.x.y/16 network attached, would not forward traffic to 192.168.*.0, which are legal IPs in CIDR world. - For compatibility, leave autoguessing of mask based on class. Reviewed by: andre, bz, rwatson
* Add initial inet DDB support for show in_ifaddr and show sin commands whichbz2010-10-241-0/+120
proved to be useful while debugging address list problems. MFC after: 6 days
OpenPOWER on IntegriCloud