CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/09/12 14:26:07

Modified files:
        sys/net        : bpf.c if.c if_pppoe.c if_var.h pf.c pipex.c 
                         ppp_tty.c 
        sys/netinet    : if_ether.c ip_output.c 
        sys/netinet6   : ip6_mroute.c ip6_output.c nd6.c 
        sys/netmpls    : mpls_input.c mpls_output.c 

Log message:
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.

Use instead the RTF_LOCAL flag to loop local traffic back to the
corresponding protocol queue.

With this change rt_ifp is now always the same as rt_ifa->ifa_ifp.

ok claudio@

Reply via email to