Thanks, Ben Since I already have the version 1.7.1, the only choice is to install a "bleeding edge" version. I'd better wait for the next stable release.
Btw, the man page I read is http://openvswitch.org/cgi-bin/ovsman.cgi?page=utilities%2Fovs-ofctl.8 -- Best regards, Can Zhang On 2012年11月26日Monday at 下午12:28, Ben Pfaff wrote: > 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 [email protected] http://openvswitch.org/mailman/listinfo/discuss
