[ovs-dev] [PATCH ovn v5 1/5] northd, controller: Add timestamp column to MAC_Binding table

2022-08-11 Thread Ales Musil
The new timestamp column in MAC_Binding is populated with current time whenever the row is created or the MAC address is updated. This can be utilized by MAC binding aging mechanism, when we can check if enough time has passed since the creation/update. Reported-at: https://bugzilla.redhat.com/208

Re: [ovs-dev] [PATCH ovn v5 1/5] northd, controller: Add timestamp column to MAC_Binding table

2022-08-11 Thread Mark Michelson
Acked-by: Mark Michelson On 8/11/22 10:19, Ales Musil wrote: The new timestamp column in MAC_Binding is populated with current time whenever the row is created or the MAC address is updated. This can be utilized by MAC binding aging mechanism, when we can check if enough time has passed since t