ovs-ofctl mod-flows br0 cookie=1,actions=normal Change all flows' cookies to 1 and change their actions to normal. ovs-ofctl mod-flows br0 cookie=1/-1,cookie=2,actions=normal Update cookies with a value of 1 to 2 and change their actions to normal. The ability to match on cookie...
The add-flow, add-flows, and mod-flows commands require an additional field, which must be the final field specified: actions=[action][,action...] Specifies a comma-separated list of actions to take on a packet when the flow entry matches. If no action is specified, then packets ...
OpenvSwitch流表管理常用命令使用错误的是 A、ovs-ofctl dump-flows SWITCH:输出交换机中匹配的流表项 B、ovs-ofctl add-flow SWITCH FLOW:向交换机添加流表项 C、ovs-ofctl mod-flows SWITCH FLOW:修改交换机的流表项 D、ovs-ofctl del-flows SWITCH FLOW:删除交换机的
> ovs-ofctl mod-flows br0 cookie=1,actions=normal > Change all flows' cookies to 1 and change their > actions > to normal. > > ovs-ofctl mod-flows br0 cookie=1/-1,cookie=2,actions=normal > Update cookies with a value of 1 to 2 and change > their > actions to normal. > > ...
> > *add-flows*, and *mod-flows* commands" > > How do we go about deleting a flow using only the cookie field. > > You can use the cookie=value/mask syntax, but that isn't supported in > OVS 1.0.1. > -- With best regards, ...