aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pppoe/pppoe.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns1-1/+3
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-2/+8
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-1/+1
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-19Remove dummy_interface_tx output node from PPPoE pluginJohn Lo1-9/+0
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-10-01Rename device class from PPPPOE to PPPoEPaul Vinciguerra1-7/+7
2018-08-10Use the bihash walk functionNeale Ranns1-52/+45
2018-07-20IP directed broadcastNeale Ranns1-0/+1
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns1-5/+12
2018-01-18VPP-1119: PPPoE's destination MAC was overwrittenHongjun Ni1-1/+2
2017-11-17Replace tap interface using general interfaceHongjun Ni1-1/+1
2017-10-06Separate CP and DP fib table for PPPoEHongjun Ni1-4/+14
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns1-33/+111
2017-08-09PPPoE: use DPO protos in FIB entry path add/removeNeale Ranns1-2/+3
2017-08-09Add PPPoE PluginHongjun Ni1-0/+660