Date: Wed, 08 Mar 2006 12:50:07 -0500 From: Karim Fodil-Lemelin <kfl@xiplink.com> To: freebsd-net@freebsd.org Subject: ipfw/ip6fw Ipv6 forwarding Message-ID: <440F194F.4000206@xiplink.com>
next in thread | raw e-mail | index | archive | help
Hi, I could not find a way to do ipv6 packet forwarding with ip6fw or ipfw. I am looking to use a rule like this: add fwd ::1,8080 tcp from any to any either using ip6fw or ipfw. I understand that packet diversion is not supported in ipfw or ip6fw but I would assume this is for DIVERT sockets. Although in ip_fw2.c the case O_FORWARD_IP exist, no such thing seems to have been implemented in ip6_fw.c. So I was wondering if anyone has done some previous work in that direction? And If I could get some hints as where to start my own implementation if nobody has started already. Regards, -- Karim Fodil-Lemelin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?440F194F.4000206>