On Wed, May 29, 2019 at 09:54:04AM +0000, Anju Thomas wrote:
> As part of in-band control, OVS  is expected to send DHCP server replies to 
> the LOCAL port as well. In this case, OVS implicitly adds an additional 
> action to output to the bridge’s LOCAL port after the ofproto translation for 
> the packet is completed in the ofproto layer but before sending the actions 
> to datapath for installation.
> However, the match criteria is unchanged and as a result all packets (not 
> just DHCP server replies) are also sent to the LOCAL port.
> The fix is to add the IP protocol type (UDP), the UDP source and destination 
> ports to the match criteria so that a specific datapath flow that matches 
> only DHCP server replies is installed. As a result, only DHCP server reply 
> packets will be sent to the LOCAL port.
> 
> Signed-off-by: Anju Thomas <[email protected]>

Thank you!  I applied this to master.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to