While setting up an OVN environment under Windows with OpenStack the VMs
did not receive a DHCPACK, after sending out DHCPOFFER.

After some investigation, the conclusion is that we are missing support
for a set action with an UDP attribute.

This series adds support for a set action with UDP and TCP attribute.

Some more cleanup and refactoring was done.


Alin Serdean (5):
  datapath-windows: OvsUpdateIPv4Header remove unnecessary addition
  datapath-windows: Add function to get continuous buffer from context
  datapath-windows: Fix typo in OvsUpdateIPv4Header
  datapath-windows: Add support for OVS_KEY_ATTR_UDP set action
  datapath-windows: Add support for OVS_KEY_ATTR_TCP set action

 datapath-windows/ovsext/Actions.c | 200 ++++++++++++++++++++++++++++++--------
 1 file changed, 159 insertions(+), 41 deletions(-)

-- 
2.10.2.windows.1
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to