lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 13 Jun 2008 14:53:24 -0700
From:	Ben Greear <greearb@...delatech.com>
To:	NetDev <netdev@...r.kernel.org>
Subject: IPv6 question on policy based routing.

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@...forge-D0-20 lanforge]# ip -6 ru show
...

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


[root@...forge-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@...forge-D0-20 lanforge]# ip -6 ru del from all to 2000::2:2  lookup local prio 11
[root@...forge-D0-20 lanforge]#

Is this supposed to work?

Thanks,
Ben


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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists