On 8/16/22 08:33, Ales Musil wrote:
> Add MAC binding aging mechanism, that utilizes
> the timestamp column of MAC_Binding table.
> When the MAC binding exceeds the threshold it is
> removed from SB DB, this is postponed only in case
> we receive update ARP with update to MAC address.
> 
> The threshold is configurable via option
> "mac_binding_age_threshold" that can be specified
> for each logical router. The option is defaulting to
> 0 which means that by default the aging is disabled
> and the MAC binding rows will be persisted the same
> way as before.
> 
> Reported-at: https://bugzilla.redhat.com/2084668
> Acked-by: Mark Michelson <mmich...@redhat.com>
> Acked-by: Han Zhou <hz...@ovn.org>
> Signed-off-by: Ales Musil <amu...@redhat.com>
> ---
> v4: Rebase on top of current main.
>     Skip one row instead of all if time elapsed is negative.
>     Add note to NEWS.
> v5: Rebase on top of current main.
>     Address comments from Han, Numan and Dumitru.
> v6: Rebase on top of current main.
> ---

Acked-by: Dumitru Ceara <dce...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to