Where or when are L2(ethernet) src/dst addresses changed during forwarding or local-out?

Youngmin Kim (blhole@venus.uos.ac.kr)
Sun, 15 Jun 2003 15:27:58 +0900


Where or when are L2(ethernet) src/dst addresses changed during
forwarding or local-out?

In linux kernel about network, Which functions and forwarding phases
are
related above?

forwarding phase :

1.
packet --> NF_IP6_PRE_ROUTE --> decision of forwarding or local in
--> (if forwarding) NF_IP6_FORWARD --> NF_IP6POST_ROUTING
2.
packet --> NF_IP6_LOCAL_OUT --> routing --> NF_IP6_POST_ROUTING

Thank you!!

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/