Re: [ovs-dev] [PATCH ovn] ovn-nbd: Populate OVN Bindings table.

2015-04-02 Thread Ben Pfaff
On Thu, Apr 02, 2015 at 07:30:28PM -0400, Russell Bryant wrote: > On 04/02/2015 06:58 PM, Ben Pfaff wrote: > > On Thu, Apr 02, 2015 at 05:42:15PM -0400, Russell Bryant wrote: > >> When ovn-nbd gets notified that the contents of the OVN_Northbound > >> database have changed, it will now ensure that

Re: [ovs-dev] [PATCH ovn] ovn-nbd: Populate OVN Bindings table.

2015-04-02 Thread Russell Bryant
On 04/02/2015 06:58 PM, Ben Pfaff wrote: > On Thu, Apr 02, 2015 at 05:42:15PM -0400, Russell Bryant wrote: >> When ovn-nbd gets notified that the contents of the OVN_Northbound >> database have changed, it will now ensure that the contents of the >> Bindings table in the OVN database are up to date

Re: [ovs-dev] [PATCH ovn] ovn-nbd: Populate OVN Bindings table.

2015-04-02 Thread Ben Pfaff
On Thu, Apr 02, 2015 at 05:42:15PM -0400, Russell Bryant wrote: > When ovn-nbd gets notified that the contents of the OVN_Northbound > database have changed, it will now ensure that the contents of the > Bindings table in the OVN database are up to date. It will create a > binding if none exists.

[ovs-dev] [PATCH ovn] ovn-nbd: Populate OVN Bindings table.

2015-04-02 Thread Russell Bryant
When ovn-nbd gets notified that the contents of the OVN_Northbound database have changed, it will now ensure that the contents of the Bindings table in the OVN database are up to date. It will create a binding if none exists. If one does exist, it will update its contents as necessary, though tod