[ovs-discuss] ovs-ofctl vs openflow 1.x vs ?

2017-10-08 Thread Raymond Burkholder
I've written some openflow controller code to submit openflow line-protocol based commands. In looking at the ovs-fields document, there appears to be OVS functions available which are not available via openflow protocol commands. Those extensions seem to be available in ovs-ofctl though.

[ovs-discuss] Apply some packet manipulation actions on outgoing port traffic

2017-10-08 Thread Juraj Markotic
Hello, we would need some functionality on manipulating packets when packet is exiting outgoing OVS port. I.e. some actions could be: change/anonymize mac/IPs for src/dst, or remove some tunnel header (vxlan, gtp, gre), truncate the payload etc. So, one option can be to write some code than can be