aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_api.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04Propagate duplicate IF addr add/del error up to API.Jon Loeliger1-6/+17
2017-10-04Set MAC address needs the HW interface indexNeale Ranns1-1/+3
2017-09-11replace uint32_t with u32Neale Ranns1-1/+1
2017-09-11FIB table add/delete APINeale Ranns1-28/+149
2017-08-25vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interfaceAndrew Yourtchenko1-3/+10
2017-08-16No context in SW interface eventNeale Ranns1-1/+4
2017-08-11Dedicated SW Interface EventNeale Ranns1-4/+4
2017-04-03Add an API call to set interface MAC addresses.Jon Loeliger1-1/+34
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach1-0/+1
2017-03-18Check change in unnumbered setting before updating IP enabled stateNeale Ranns1-2/+8
2017-03-17Attached hostsNeale Ranns1-0/+15
2017-03-14API:support hidden sw interfacesEyal Bari1-38/+27
2017-03-07fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres...Gabriel Ganne1-7/+7
2017-03-04DHCPv6 - Be consistent with the use of MFIB index as the RX FIB index for DHC...Neale Ranns1-2/+2
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-0/+32
2017-03-02Clean up binary api message handler registration issuesDave Barach1-7/+0
2017-02-21VPP-540 : pbb tag rewrite detailsPavel Kotucek1-0/+20
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+725