]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: Fix spelling of inteface
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:21:31 +0000 (08:21 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:21:31 +0000 (08:21 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ldpd/ldpd.c
pimd/pim_iface.c
tests/topotests/grpc_basic/test_basic_grpc.py
tests/topotests/multicast_pim_static_rp_topo1/test_multicast_pim_static_rp.py
zebra/rt_netlink.c
zebra/zebra_dplane.c

index a78d2b25d687468daf65550a560c491e5639e0b8..796cf11798e11de022672012ea9cb5fb573687fa 100644 (file)
@@ -1790,7 +1790,7 @@ merge_l2vpn(struct ldpd_conf *xconf, struct l2vpn *l2vpn, struct l2vpn *xl)
        previous_pw_type = l2vpn->pw_type;
        previous_mtu = l2vpn->mtu;
 
-       /* merge intefaces */
+       /* merge interfaces */
        RB_FOREACH_SAFE(lif, l2vpn_if_head, &l2vpn->if_tree, ftmp) {
                /* find deleted interfaces */
                if (l2vpn_if_find(xl, lif->ifname) == NULL) {
index f75293fdb755d4f57903414aa0bae27c32540b62..b98e64adfe91437e46505fc26c3cb34d708a4bf4 100644 (file)
@@ -1525,7 +1525,7 @@ void pim_if_update_assert_tracking_desired(struct interface *ifp)
 /*
  * PIM wants to have an interface pointer for everything it does.
  * The pimreg is a special interface that we have that is not
- * quite an inteface but a VIF is created for it.
+ * quite an interface but a VIF is created for it.
  */
 void pim_if_create_pimreg(struct pim_instance *pim)
 {
index b6812a5afc723c3cedca063fb48bc0678f50408b..6bd0be9fd981f23c80ed9b4a0ee598d3c3f9851c 100644 (file)
@@ -122,7 +122,7 @@ def test_get_config(tgen):
     nrepeat = 5
     r1 = tgen.gears["r1"]
 
-    step("'GET' inteface config 10 times, once per invocation")
+    step("'GET' interface config 10 times, once per invocation")
 
     for i in range(0, nrepeat):
         output = run_grpc_client(r1, GRPCP_ZEBRA, "GET,/frr-interface:lib")
index 210f960b60f6b477347b6fe036ab99f26831c7fe..5e8dc09f7295165da44170b7d7e7538a30f5e528 100755 (executable)
@@ -94,7 +94,7 @@ TC_30 : Verify IIF and OIL change to other path after shut the primary path
 TC_31 : Verify RP info and (*,G) mroute after deleting the RP and shut / no
         shut the RPF interface.
 TC_32 : Verify RP info and (*,G) mroute after deleting the RP and shut / no
-        shut the RPF inteface
+        shut the RPF interface
 """
 
 import os
@@ -3820,7 +3820,7 @@ def test_delete_RP_shut_noshut_upstream_interface_p1(request):
 def test_delete_RP_shut_noshut_RP_interface_p1(request):
     """
     TC_32_P1: Verify RP info and (*,G) mroute after deleting the RP and shut/
-           no shut the RPF inteface
+           no shut the RPF interface
 
     Topology used:
                 ________r2_____
index 2ff083dec5c101f76ed4d045aa490ba37c4604f8..f91b2f889729dad707510080fc133d0b0d24ecb7 100644 (file)
@@ -3802,7 +3802,7 @@ static int netlink_ipneigh_change(struct nlmsghdr *h, int len, ns_id_t ns_id)
         * interface
         * and is linked to the bridge
         * (b) In the case of a VLAN-unaware bridge, the SVI is the bridge
-        * inteface
+        * interface
         * itself
         */
        if (IS_ZEBRA_IF_VLAN(ifp)) {
index d034c8f306fb695598ff7175f0c13724d23b37bf..4e753c9d1a0312f5b606ff4b014fabee76b0debf 100644 (file)
@@ -2679,7 +2679,7 @@ done:
 }
 
 /**
- * dplane_ctx_intf_init() - Initialize a context block for a inteface update
+ * dplane_ctx_intf_init() - Initialize a context block for a interface update
  *
  * @ctx:       Dataplane context to init
  * @op:                Operation being performed