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 LogicalRouterStaticRoute related APIs #109

Closed hzhou8 closed 4 years ago

hzhou8 commented 4 years ago

The APIs LRSRAdd and LRSRDel were broken when output_port and policy parameters were used. Test case was missing this part. The first patches in the PR fix the bug. The latter patches update the API signature to be more straightforward. Although the API signature is changed, it shouldn't create compatibility problem given that the APIs were broken before this PR.