On Saturday 2012-08-18 23:17, Vasilis Bakellas wrote: >hi guys, > >Can you point me to the netfilter code that implements ip forwarding >to other interfaces?? Forwarding is not part of Netfilter, but of core networking. It absolutely requires the use of addresses. You cannot forward to interfaces, because that has no meaning for output processing. See net/ipv6/ip6_output.c:ip6_forward for some code. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html