netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* IPv6 question on policy based routing.
@ 2008-06-13 21:53 Ben Greear
  2008-06-13 22:39 ` Ben Greear
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Greear @ 2008-06-13 21:53 UTC (permalink / raw)
  To: NetDev

I'm trying to remove an IPv6 rule based on iif match.  Something
similar works for ipv4, but appears to fail for ipv6.  It works fine
if I leave out the 'iif [dev]' clause, but I want to have different
rules based on which interface the pkt comes in on...


[root@lanforge-D0-20 lanforge]# ip -6 ru show
...

11:     from all to 2000::2:2 iif rddVR0 lookup local


[root@lanforge-D0-20 lanforge]# ip -6 ru del from all to 2000::2:2 iff rddVR0 lookup local prio 11
Error: argument "iff" is wrong: Failed to parse rule type
[root@lanforge-D0-20 lanforge]# ip -6 ru del from all to 2000::2:2  lookup local prio 11
[root@lanforge-D0-20 lanforge]#

Is this supposed to work?

Thanks,
Ben


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-13 22:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 21:53 IPv6 question on policy based routing Ben Greear
2008-06-13 22:39 ` Ben Greear

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).