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

fix incorrect column type assumptions in chassis and port_group table #106

Closed girishmg closed 4 years ago

girishmg commented 4 years ago

chassis' transport_zones and vtep_logical_switches are of type string port_gruop's ports and acls are of type UUIDs

@hzhou8 @noah8713 @vtolstov PTAL

noah8713 commented 4 years ago

nit: Typo in commit message port_gruop's/port_group. Rest LGTM

girishmg commented 4 years ago

@noah8713 Fixed the typo. Thanks.