summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c
diff options
context:
space:
mode:
authoranlan_cs <anlan_cs@tom.com>2021-12-20 02:46:58 +0100
committeranlan_cs <anlan_cs@tom.com>2021-12-20 02:47:01 +0100
commitb816de6213877f978371c0b6fbe9df90374c0d09 (patch)
treea2ad3be50ac3a7465fd7c5073023de57380e307d /zebra/zebra_vxlan.c
parentMerge pull request #10148 from sworleys/NHG-ID-Dump (diff)
downloadfrr-b816de6213877f978371c0b6fbe9df90374c0d09.tar.xz
frr-b816de6213877f978371c0b6fbe9df90374c0d09.zip
zebra: correct one spell error
Signed-off-by: anlan_cs <anlan_cs@tom.com>
Diffstat (limited to 'zebra/zebra_vxlan.c')
-rw-r--r--zebra/zebra_vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.c b/zebra/zebra_vxlan.c
index 5ef7c9ace..b6da445e3 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)