Commit 3f52ba3
committed
xvrf: simplify VRF interface retrieval
ip_output/ip6_output already performs:
iface = iface_from_id(nh->iface_id);
mbuf_data(mbuf)->iface = iface;
xvrf_loop_process was doing this again unnecessarily. Remove the
redundant code.
TODO: verify multicast IPv6. (should never happens ?)
Signed-off-by: Maxime Leroy <[email protected]>1 parent b5e167d commit 3f52ba3
2 files changed
Lines changed: 337 additions & 351 deletions
0 commit comments