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) {
/*
* 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)
{
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")
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
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_____
* 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)) {
}
/**
- * 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