>Replying to self, funny how a night's sleep help find new approaches. > >On Wed, Nov 25, 2009 at 09:34:34AM +0100, Olivier Mehani wrote: >> # ip6tables -t mangle -A PREROUTING -i eth0 -j TEE --gw PFX1:46ff:fee0:dfcc >> ip6tables v1.4.5: unknown option `--gw' >> Try `ip6tables -h' or 'ip6tables --help' for more information. >> >> As far as my understanding of the doc goes, my command is valid, but it >> doesn't work. > >In contradiction with the documentation, the proper parameter is >actually --gateway, thus ># ip6tables -t mangle -A PREROUTING -i eth0 -j TEE --gateway PFX1:EUI64 >works like a charm. > >Maybe the documentation should be udpated as per the attached patch? >It removes all occurences of --gw in the dor and error messages, and >adds a quick example (quite similar to my scenario). Yes fixed. -- 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