aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cdp
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion4-14/+0
2022-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion1-6/+6
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-22/+21
2021-05-13tests: move test source to vpp/testDave Wallace1-155/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-6/+6
2020-10-13stats: counters data modelOle Troan1-21/+3
2019-12-06cdp: use explicit types in apiOle Troan1-1/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-23cdp: re-enable skipped tests for python3Ole Troan1-4/+0
2019-10-22cdp: disable failing tests for python3Ole Troan1-0/+6
2019-10-16cdp: fix non-null terminated vector useBenoƮt Ganne1-1/+1
2019-09-27cdp: remove api boilerplateOle Troan5-202/+8
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+171
2019-07-09vat: unload unused vat pluginsDave Barach1-19/+1
2019-05-29Start the cdp period process on demandDave Barach4-22/+20
2019-05-16init / exit function orderingDave Barach1-5/+6
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-0/+1
2019-03-20tests: cdp plugin. Replace cdp enable cli command with API call.Paul Vinciguerra1-1/+1
2019-03-07Remove local REPLY_MACRO so that socket transport works.Ole Troan1-23/+2
2018-12-12Fix CDP failure in make testLijian.Zhang1-2/+2
2018-11-17pcap-based dispatch tracerDave Barach1-1/+1
2018-11-06VPP-1481: fixed tlv length checking & added testsFilip Varga1-2/+10
2018-11-01Fix API name_crc format stored in msg_api_tableIgor Mikhailov (imichail)1-1/+1
2018-10-23c11 safe string handling supportDave Barach2-9/+9
2018-10-22VPP-1420 CDP check memory bounds fixFilip Varga1-4/+17
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-1/+1
2018-09-16Register cdp_input when enabled for the first timeDave Barach3-26/+42
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+6
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion1-3/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-3/+6
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+26
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo1-0/+6
2018-03-10Move the vnet cdp protocol implementation to a pluginDave Barach11-0/+2068