From: anlan_cs Date: Mon, 20 Dec 2021 01:46:58 +0000 (-0500) Subject: zebra: correct one spell error X-Git-Tag: base_8.2~108^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b816de6213877f978371c0b6fbe9df90374c0d09;p=matthieu%2Ffrr.git zebra: correct one spell error Signed-off-by: anlan_cs --- 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)