]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: correct one spell error
authoranlan_cs <anlan_cs@tom.com>
Mon, 20 Dec 2021 01:46:58 +0000 (20:46 -0500)
committeranlan_cs <anlan_cs@tom.com>
Mon, 20 Dec 2021 01:47:01 +0000 (20:47 -0500)
Signed-off-by: anlan_cs <anlan_cs@tom.com>
zebra/zebra_vxlan.c

index 5ef7c9acea4e7ed009d7ec2772e0d62cb9145d17..b6da445e38918ae246ccd8574fbb8a4411775e28 100644 (file)
@@ -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)