X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbonding%2Fbond_api.c;h=958e594a4b13a46e378bd2dfbc9ca1e5afd25c11;hb=e63325e3ca03c847963863446345e6c80a2c0cfd;hp=50bae5d528d875bb6ef160e50f7c61c258de1a58;hpb=4ba4edd15085ce31145ef5da6342e435c57c1150;p=vpp.git diff --git a/src/vnet/bonding/bond_api.c b/src/vnet/bonding/bond_api.c index 50bae5d528d..958e594a4b1 100644 --- a/src/vnet/bonding/bond_api.c +++ b/src/vnet/bonding/bond_api.c @@ -63,8 +63,7 @@ bond_send_sw_interface_event_deleted (vpe_api_main_t * am, mp->_vl_msg_id = ntohs (VL_API_SW_INTERFACE_EVENT); mp->sw_if_index = ntohl (sw_if_index); - mp->admin_up_down = 0; - mp->link_up_down = 0; + mp->flags = 0; mp->deleted = 1; vl_msg_api_send_shmem (q, (u8 *) & mp); }