aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lacp/lacp.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-07lacp: fix regarding vm arg for vlib_time_now callsElias Rudberg1-8/+6
2019-12-13bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-stateSteven Luong1-0/+28
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong1-17/+23
2019-06-11lacp: remove duplicated codeZhiyong Yang1-1/+0
2019-06-07lacp: create lacp-process on demandSteven Luong1-3/+16
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-03lacp: passive mode support [VPP-1551]Steven Luong1-3/+7
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-08-17lacp: issue with slave interface admin up after it is added to the bond groupSteven1-2/+2
2018-04-24lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-...Steven1-2/+1
2018-03-30lacp: faster convergence for slow-rate config optionSteven1-7/+1
2018-03-21bond: Add bonding driver and LACP protocolSteven1-0/+428