CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/04/14 03:06:42

Modified files:
        share/man/man9 : mbuf.9 
        sys/kern       : uipc_mbuf.c 
        sys/net        : bpf.c if_bridge.c if_ethersubr.c if_gre.c 
                         if_mpe.c if_pflow.c if_pfsync.c if_ppp.c 
                         if_pppoe.c if_sl.c if_spppsubr.c if_tun.c 
                         if_vxlan.c pf.c 
        sys/netinet    : if_ether.c in_gif.c ip_carp.c ip_divert.c 
                         ip_ether.c ip_gre.c ip_icmp.c ip_input.c 
                         ip_ipip.c ip_ipsp.c ip_output.c ip_spd.c 
                         ipsec_input.c raw_ip.c tcp_input.c tcp_output.c 
                         tcp_subr.c udp_usrreq.c 
        sys/netinet6   : frag6.c icmp6.c ip6_divert.c ip6_forward.c 
                         ip6_input.c ip6_output.c mld6.c nd6.c nd6_nbr.c 
                         raw_ip6.c udp6_output.c 
        sys/sys        : mbuf.h 

Log message:
"struct pkthdr" holds a routing table ID, not a routing domain one.
Avoid the confusion by using an appropriate name for the variable.

Note that since routing domain IDs are a subset of the set of routing
table IDs, the following idiom is correct:

rtableid = rdomain

But to get the routing domain ID corresponding to a given routing table
ID, you must call rtable_l2(9).

claudio@ likes it, ok mikeb@

Reply via email to