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

Add support for LS other_config; setter for LSP type #135

Closed vgozer closed 3 years ago

vgozer commented 3 years ago

1) New methods for Add/Del key/val to LS external_ids, other_config. The latter is needed to set DHCP parameters. 2) New method to set LSP type (e.g., needed for 'localnet')

vgozer commented 3 years ago

closing this PR, submitting a new one that does what has been proposed in the review comments.

vgozer commented 3 years ago

closing this PR, submitting a new one with the proposed changes