summaryrefslogtreecommitdiff
path: root/lib/frrscript.h
AgeCommit message (Expand)Author
2022-10-13lib: Free some memory in scripting subsystem at shutdownDonald Sharp
2021-10-20lib: Add frrscript names hashDonald Lee
2021-10-20lib: Register encoders/decoders for dplane hookDonald Lee
2021-08-10lib: Enable consecutive frrscript_callDonald Lee
2021-07-29lib: Add parens around macro argsDonald Lee
2021-07-26bgpd: Comment for includedDonald Lee
2021-07-24lib: Rename decode_intDonald Lee
2021-07-23lib: parens around macro argsDonald Lee
2021-07-23lib: formattingDonald Lee
2021-07-23lib: Comment on how macro worksDonald Lee
2021-07-19lib: formattingDonald Lee
2021-07-18lib: Comment functionsDonald Lee
2021-07-18lib: Add int encoder/decoderDonald Lee
2021-07-18lib: Remove ../ includeDonald Lee
2021-07-18lib: Rename frrscript_unload to deleteDonald Lee
2021-07-18lib: standardize zlog error messagesDonald Lee
2021-07-18lib: format macro slashesDonald Lee
2021-07-18lib: Add frrscript_get_resultDonald Lee
2021-07-18lib: frrscript_call check name before decodeDonald Lee
2021-07-18lib: update frrscript unloadDonald Lee
2021-07-18lib: Change frrscript_call to call function insteadDonald Lee
2021-07-18lib: create new frrscript_newDonald Lee
2021-07-18lib: Change frrscript to hold many Lua statesDonald Lee
2021-06-25lib: add comments for functionsDonald Lee
2021-06-22lib: Use noop decoder for bgp_script valuesDonald Lee
2021-06-22bgpd: Update bgp_script encoders and decodersDonald Lee
2021-06-22lib: Add decoder functionsDonald Lee
2021-06-22lib: Add basic encodersDonald Lee
2021-06-22lib: make frrscript_call encode args based on typeDonald Lee
2020-12-01lib: add support for scripts directoryQuentin Young
2020-12-01build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young
2020-12-01lib: add ability to decode from lua scriptsQuentin Young
2020-12-01lib: change encoder_func signatureQuentin Young
2020-12-01lib: cleanup / refactor scripting fooQuentin Young
2020-12-01lib: allow passing arguments to scriptsQuentin Young
2020-12-01lib: make encoder type a typedefQuentin Young
2020-12-01lib: start adding generic scripting stuffQuentin Young