Hello,

Is it possible to add set-actions to userspace OVS?

For example:

ovs-ofctl add-flow br0
 
priority=1111,dl_type=0x0800,nw_proto=17,nw_dst=10.1.1.1,tp_dst=9876,actions=mod_dl_dst:9877,
 Does this work on userspace OVS as well?

And if i am correct, the packet tp_dst to  9877, provided the rule matches,
right?

Appreciate your inputs.

Best Regards
Advith
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to