NetBSD/external/bsd/ipf
ozaki-r 09973b35ac Separate nexthop caches from the routing table
By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
  - sysctl(NET_RT_DUMP) doesn't return them
  - If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
  - RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
  - It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
  - -[no]cloning remains because it seems there are users
  - -[no]connected is introduced and recommended
    to be used instead of -[no]cloning
- route show/netstat -r drops some flags
  - 'L' and 'c' are not seen anymore
  - 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
  a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
  http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html
2016-04-04 07:37:07 +00:00
..
bin Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
dist Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
lib Merge IPFilter 5.1.2 into HEAD 2012-07-22 14:27:35 +00:00
rules install example rules from the 5.1.2 distribution in external/bsd/ipf/dist 2012-09-15 17:33:27 +00:00
Makefile Build gluons 2012-03-23 21:29:44 +00:00
Makefile.inc Update LLVM/Clang snapshot to r191105. This brings in a better detection 2013-09-21 22:28:12 +00:00
ipf2netbsd deal with tests 2012-03-23 23:14:34 +00:00