On Mon, Nov 26, 2012 at 11:22:46AM +0800, can. wrote:
> I tried the command:
> 
> add-flow br0 
> ipv6_src=2003:db8:1:0:214:1234:fe0b:3,actions=set_field:fe80:0123:4567:890a:a6ba:dbff:fefe:59fa???>ipv6_src
> 
> as instructed in the man page of ovs-ofctl, but I get
> 
> ovs-ofctl: Unknown action: set_field
> 
> Is this action no longer supported? If so, how to implement similar
> functions such as change the IPv6 address or other fields in a packet?

It seems likely that you are reading a manpage from a newer version of
OVS than you have installed, since set_field was added recently.

You can use "load" instead.  However, changing IPv6 addresses is only
implemented in versions of OVS more recent than those that include
set_field, so you may have to upgrade.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to