summaryrefslogtreecommitdiffstats
path: root/lib/frrscript.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add comments for functionsDonald Lee2021-06-251-3/+19
* lib: Use noop decoder for bgp_script valuesDonald Lee2021-06-211-2/+5
* bgpd: Update bgp_script encoders and decodersDonald Lee2021-06-211-2/+6
* lib: Add decoder functionsDonald Lee2021-06-211-2/+12
* lib: Add basic encodersDonald Lee2021-06-211-2/+12
* lib: make frrscript_call encode args based on typeDonald Lee2021-06-211-2/+27
* lib: add support for scripts directoryQuentin Young2020-12-021-3/+4
* build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young2020-12-021-0/+6
* lib: add ability to decode from lua scriptsQuentin Young2020-12-021-33/+47
* lib: change encoder_func signatureQuentin Young2020-12-021-1/+1
* lib: cleanup / refactor scripting fooQuentin Young2020-12-021-1/+2
* lib: allow passing arguments to scriptsQuentin Young2020-12-021-0/+31
* lib: make encoder type a typedefQuentin Young2020-12-021-2/+3
* lib: start adding generic scripting stuffQuentin Young2020-12-021-0/+84