]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/route.c
[IPSEC]: Merge most of the output path
[linux-2.6-omap-h63xx.git] / net / ipv4 / route.c
index 137b8eb666b780d8718624b078fb1ae3270d8412..94ef788a2ac65f29cdc78210ff197087bc4d9d9b 100644 (file)
@@ -166,6 +166,7 @@ static struct dst_ops ipv4_dst_ops = {
        .negative_advice =      ipv4_negative_advice,
        .link_failure =         ipv4_link_failure,
        .update_pmtu =          ip_rt_update_pmtu,
+       .local_out =            ip_local_out,
        .entry_size =           sizeof(struct rtable),
 };