CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/12 07:34:12
Modified files:
sys/net : if.c if_ethersubr.c if_loop.c if_var.h
sys/netinet : ip_mroute.c ip_output.c
sys/netinet6 : ip6_mroute.c ip6_output.c mld6.c
Log message:
Introduce if_input_local() a function to feed local traffic back to
the protocol queues.
It basically does what looutput() was doing but having a generic
function will allow us to get rid of the loopback hack overwwritting
the rt_ifp field of RTF_LOCAL routes.
ok mikeb@, dlg@, claudio@