aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/abf
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion3-22/+0
2023-01-12abf: exclude networks with deny rulesJosh Dorsey2-6/+10
2022-10-07abf: return status of attachment add/delMatthew Smith1-7/+5
2022-09-19abf: add API parameter n_paths range checksJon Loeliger3-43/+56
2021-12-03api: refactor to use REPLY_MSG_ID_BASE #defineKlement Sekera1-3/+4
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns2-2/+3
2021-05-13tests: move test source to vpp/testDave Wallace1-330/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-9/+9
2020-07-17abf: mark API as in-progressAndrew Yourtchenko1-0/+8
2020-03-27acl: API cleanupJakub Grajciar1-25/+12
2020-03-26acl: revert acl: api cleanupOle Trøan1-12/+25
2020-03-26acl: API cleanupJakub Grajciar1-25/+12
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-03abf: add feature.yamlNeale Ranns1-0/+20
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1/+0
2019-12-06abf: use explicit types in apiOle Troan1-4/+5
2019-11-08tests: python3 use byte strings in raw()Ole Troan1-3/+3
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-09-27abf: remove api boilerplateOle Troan4-128/+6
2019-09-16api: autogenerate api trace print/endianOle Troan1-0/+5
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+344
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-2/+2
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns1-3/+3
2019-06-18fib: fib api updatesNeale Ranns4-8/+22
2019-05-16init / exit function orderingDave Barach1-1/+6
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-11Adding check to ensure acl_id matches existing acl_id in abf_policy_updateParixit Gokhale3-9/+23
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-27/+19
2019-03-01Fix API return code in case of error.Igor Mikhailov (imichail)1-1/+1
2019-01-30MPLS tunnel; fix crash when deleting non-existant pathNeale Ranns1-0/+2
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-1/+1
2018-10-25Use correct name to register ABF plugin with ACLsNeale Ranns1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra3-12/+12
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+4
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-2/+5
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+19
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-1/+1
2018-06-20acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i...Andrew Yourtchenko1-12/+29
2018-04-25ABF: remove the inclusion of version.h from abf_policy so it does not recompi...Neale Ranns2-8/+6
2018-04-17ACL based forwardingAndrew Yourtchenko9-0/+1965