From: Ben Greear <greearb@candelatech.com>
To: NetDev <netdev@vger.kernel.org>
Subject: IPv6 question on policy based routing.
Date: Fri, 13 Jun 2008 14:53:24 -0700 [thread overview]
Message-ID: <4852EC54.2080608@candelatech.com> (raw)
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
next reply other threads:[~2008-06-13 21:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-13 21:53 Ben Greear [this message]
2008-06-13 22:39 ` IPv6 question on policy based routing Ben Greear
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4852EC54.2080608@candelatech.com \
--to=greearb@candelatech.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).