From c38ff73d90edd55f43a49c839f84f13864716b88 Mon Sep 17 00:00:00 2001 From: Roopa Prabhu Date: Mon, 3 May 2021 21:42:09 -0700 Subject: [PATCH] lib: iproute2: add vxlan bridge default fdb entries with state permanent This is to make it consistent with default entries added by control plane (eg FRR E-VPN) Signed-off-by: Roopa Prabhu Signed-off-by: Julien Fortin --- ifupdown2/lib/iproute2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifupdown2/lib/iproute2.py b/ifupdown2/lib/iproute2.py index 7b4e437..b4c9e6c 100644 --- a/ifupdown2/lib/iproute2.py +++ b/ifupdown2/lib/iproute2.py @@ -613,7 +613,7 @@ class IPRoute2(Cache, Requirements): bridge fdb add dev $dev 00:00:00:00:00:00 src_vni $src_vni dst $dst_ip static self """ utils.exec_command( - "%s fdb add dev %s 00:00:00:00:00:00 src_vni %s dst %s static self" + "%s fdb add dev %s 00:00:00:00:00:00 src_vni %s dst %s permanent self" % ( utils.bridge_cmd, dev,