]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd, zebra: Fix spelling of fowarding
authorDonald Sharp <sharpd@nvidia.com>
Sat, 2 Apr 2022 11:29:22 +0000 (07:29 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 2 Apr 2022 11:46:19 +0000 (07:46 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/pim_igmp.c
pimd/pim_igmpv3.c
pimd/pim_upstream.c
zebra/zebra_evpn_mac.c

index 68a8d993ec8250d6b1c5e112ae12d2dc42f52bf4..13c51b9372b6bdf3261580a9c887e8776ecd60ac 100644 (file)
@@ -206,8 +206,8 @@ void igmp_source_forward_start(struct pim_instance *pim,
 }
 
 /*
-  igmp_source_forward_stop: stop fowarding, but keep the source
-  igmp_source_delete:       stop fowarding, and delete the source
+  igmp_source_forward_stop: stop forwarding, but keep the source
+  igmp_source_delete:       stop forwarding, and delete the source
  */
 void igmp_source_forward_stop(struct gm_source *source)
 {
index b6114f9ead5ed88b965743bd8ad8ce5e1861715a..fb9b385338dc4859e5f767c81ea39572462e0cbe 100644 (file)
@@ -340,8 +340,8 @@ static void source_channel_oil_detach(struct gm_source *source)
 }
 
 /*
-  igmp_source_delete:       stop fowarding, and delete the source
-  igmp_source_forward_stop: stop fowarding, but keep the source
+  igmp_source_delete:       stop forwarding, and delete the source
+  igmp_source_forward_stop: stop forwarding, but keep the source
 */
 void igmp_source_delete(struct gm_source *source)
 {
index 571117ac0aa005e572cc286c2045fd7d100549ab..af1254f7910224cb63ee3a9efd84572bc54c90a1 100644 (file)
@@ -647,7 +647,7 @@ void pim_upstream_register_reevaluate(struct pim_instance *pim)
  * 2. and along the RPT if SPTbit is not set
  * If forwarding is hw accelerated i.e. control and dataplane components
  * are separate you may not be able to reliably set SPT bit on intermediate
- * routers while still fowarding on the (S,G,rpt).
+ * routers while still forwarding on the (S,G,rpt).
  *
  * This macro is a slight deviation on the RFC and uses "traffic-agnostic"
  * criteria to decide between using the RPT vs. SPT for forwarding.
index 46d789bc343952a68556f10a5f2463c01e3f87a1..128d23396984a5113585dbbd8753fcdc5ac48362 100644 (file)
@@ -1872,7 +1872,7 @@ struct zebra_mac *zebra_evpn_proc_sync_mac_update(
        return mac;
 }
 
-/* update local fowarding info. return true if a dest-ES change
+/* update local forwarding info. return true if a dest-ES change
  * is detected
  */
 static bool zebra_evpn_local_mac_update_fwd_info(struct zebra_mac *mac,