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

Missing support for logical router policies #123

Open mangelajo opened 3 years ago

mangelajo commented 3 years ago

From the submariner project we use go-ovn, and we noticed that policies on routers are missing, for now we were using ovn-nbctl. But I will be sending a patch to support policies here so we can get rid of ovn-nbctl usage.

hzhou8 commented 3 years ago

Thanks @mangelajo