Re: [ovs-dev] dhcp4_options field in logical_switch_port table question

2019-03-18 Thread Vasiliy Tolstov
пн, 18 мар. 2019 г. в 13:30, Numan Siddique : > > > > On Mon, Mar 18, 2019 at 1:45 PM Vasiliy Tolstov wrote: >> >> Hi. I'm try to modify/write/improve golang ovn binding. And i'm stuck >> at dhcpv4_options in logical_switch_port. >> As i see its is weak reference, i think that it is string, but

Re: [ovs-dev] dhcp4_options field in logical_switch_port table question

2019-03-18 Thread Numan Siddique
On Mon, Mar 18, 2019 at 1:45 PM Vasiliy Tolstov wrote: > Hi. I'm try to modify/write/improve golang ovn binding. And i'm stuck > at dhcpv4_options in logical_switch_port. > As i see its is weak reference, i think that it is string, but as i > see in returned results via libovsdb it is OvsSet

[ovs-dev] dhcp4_options field in logical_switch_port table question

2019-03-18 Thread Vasiliy Tolstov
Hi. I'm try to modify/write/improve golang ovn binding. And i'm stuck at dhcpv4_options in logical_switch_port. As i see its is weak reference, i think that it is string, but as i see in returned results via libovsdb it is OvsSet type (array of strings). Does it right? -- Vasiliy Tolstov,