Skip to content

Commit d8139e9

Browse files
committed
Remove unused code.
1 parent bd8b3e3 commit d8139e9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/iccpd/src/mlacp_link_handler.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -3368,11 +3368,7 @@ void mlacp_peer_conn_handler(struct CSM* csm)
33683368
{
33693369
update_vlan_if_mac_on_iccp_up(csm->peer_link_if, 1);
33703370
}
3371-
LIST_FOREACH(cif, &(csm->if_bind_list), csm_next)
3372-
{
3373-
iccp_mclagsyncd_update_mclag_intf_lacp_flbk(cif->name, true, false);
3374-
}
3375-
sync_unique_ip();
3371+
33763372
return;
33773373
}
33783374

@@ -4262,7 +4258,6 @@ int iccp_mclagsyncd_mclag_iface_cfg_handler(struct System *sys, char *msg_buf)
42624258
}
42634259
else if (cfg_info->op_type == MCLAG_CFG_OPER_DEL)
42644260
{
4265-
iccp_mclagsyncd_update_mclag_intf_lacp_flbk(cfg_info->mclag_iface, false, false);
42664261
iccp_cli_detach_mclag_domain_to_port_channel(cfg_info->mclag_iface);
42674262
}
42684263
}

0 commit comments

Comments
 (0)