From b816de6213877f978371c0b6fbe9df90374c0d09 Mon Sep 17 00:00:00 2001 From: anlan_cs Date: Sun, 19 Dec 2021 20:46:58 -0500 Subject: [PATCH] zebra: correct one spell error Signed-off-by: anlan_cs --- zebra/zebra_vxlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/zebra_vxlan.c b/zebra/zebra_vxlan.c index 5ef7c9acea..b6da445e38 100644 --- a/zebra/zebra_vxlan.c +++ b/zebra/zebra_vxlan.c @@ -4590,7 +4590,7 @@ int zebra_vxlan_svi_down(struct interface *ifp, struct interface *link_if) * SVI can be associated to L3-VNI (l3vni vxlan interface) or L2-VNI (l2-vni * vxlan intf). * For L2-VNI: we need to install any remote neighbors entried (used for - * apr-suppression) + * arp-suppression) * For L3-VNI: SVI will be used to get the rmac to be used with L3-VNI */ int zebra_vxlan_svi_up(struct interface *ifp, struct interface *link_if) -- 2.39.5