Adrián Moreno
Adrián Moreno
I have coded a small PoC based on @vtolstov's and some old code I had. The result is here: https://github.com/amorenoz/go-ovn/commits/poc/crud-api (used a new table: Datapath_Binding from SouthBound) Since there is...
> sorry i need more time to dig. Thanks for taking some time to look into it! > Firstly i don't like > > ``` > var datas []DataPathBinding >...
> @amorenoz Sorry for the slow response. The POC looks promising. I need more time to study the Golang ORM example. Feel free to send a PR to the repo....
> > > @amorenoz Sorry for the slow response. The POC looks promising. I need more time to study the Golang ORM example. Feel free to send a PR to...
> we can generate structs for all needed ovn versions in different dirs. libovsdb may check ovn version on connect and return needed structs to go-ovn. and go-ovn may return...
@vjayaramrh I think there are some interesting ideas here. Using a pre-built image would definitely improve the developer experience. For now, the container does build ovn, only ovs (for the...
Thanks @willmcgugan
This issue may be the reason why I'm failing to create a MetadataIndexer on an OVN field. Well, it's being created but no events get generated and all the calls...
@lebauce , I think this bug also causes the gremlin API to be unable to filter based on OVN Metadata. I have done the following experiment: - Modified [aclMetadata](https://github.com/skydive-project/skydive/blob/f4de9c5201a2cc4b5b98a448aedb07e370adaf91/topology/probes/ovn/ovn.go#L427) to...
@lebauce Yes. Your patch seems to fix the problem. Many thanks!