eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

no need to destroy LSP row when also removing from LS' ports column #150

Closed girishmg closed 3 years ago

girishmg commented 3 years ago

it is just sufficient to remove the LSP's UUID from the LS's Ports column, and this in itself will remove the LSP from the table since LSP can't be present by itself

Signed-off-by: Girish Moodalbail gmoodalbail@nvidia.com

@hzhou8 @noah8713 PTAL

girishmg commented 3 years ago

@noah8713 can you please merge this?