summaryrefslogtreecommitdiffstats
path: root/lib/frrlua.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis2023-08-011-19/+0
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib: Add encoder/decoder for nexthop/nexthop groupDonald Lee2021-10-191-0/+52
* lib: Add encoders/decoders for ipaddr/ethaddrDonald Lee2021-10-191-0/+15
* lib: Remove extraneous bracesDonald Lee2021-08-101-2/+2
* lib: check return on str2sockunionDonald Lee2021-08-091-1/+3
* lib: Fix coverity warning of return valueanlan_cs2021-08-081-1/+1
* lib: Add new MTYPE for script resultsDonald Lee2021-07-261-8/+14
* lib: Rename decode_intDonald Lee2021-07-231-1/+1
* lib: Add int encoder/decoderDonald Lee2021-07-181-0/+8
* lib: add comments for functionsDonald Lee2021-06-251-3/+5
* lib: Pop tables off Lua stack when decodingDonald Lee2021-06-221-0/+13
* lib: Add lua noop decoderDonald Lee2021-06-211-0/+4
* lib: Add decoder functionsDonald Lee2021-06-211-21/+54
* lib: Fix up str2prefix usage in lua codeDonald Sharp2021-01-191-1/+1
* lib: remove extraneous scripting debugsQuentin Young2020-12-021-10/+0
* lib: use PREFIX_STRLEN in prefix encoderQuentin Young2020-12-021-2/+2
* build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young2020-12-021-2/+4
* lib: add ability to decode from lua scriptsQuentin Young2020-12-021-2/+112
* lib: add more type encoders, register existingsQuentin Young2020-12-021-0/+5
* lib: change encoder_func signatureQuentin Young2020-12-021-17/+6
* lib: add more type encoder funcsQuentin Young2020-12-021-0/+56
* lib: cleanup / refactor scripting fooQuentin Young2020-12-021-15/+2
* lib: encode plen when passing prefixes to scriptsQuentin Young2020-12-021-1/+3
* lib: update script encoder signaturesQuentin Young2020-12-021-4/+7
* lib: start adding generic scripting stuffQuentin Young2020-12-021-0/+3
* lib: add Lua stack dumperQuentin Young2020-12-021-0/+46
* lib: move bgp routemap stuff out of frrlua.[ch]Quentin Young2020-12-021-24/+0
* lib: remove frrlua_initializeQuentin Young2020-12-021-34/+0
* lib: allow exporting all logging functions to LuaQuentin Young2020-12-021-23/+62
* lib: add interface -> table encoderQuentin Young2020-12-021-0/+30
* lib: clean up frrlua.[ch]Quentin Young2020-12-021-51/+84
* *: use the current project name (FRRouting)Lou Berger2020-03-251-1/+1
* *: config.h or zebra.h is the first #includeDavid Lamparter2019-06-131-1/+0
* build: fix Lua buildQuentin Young2019-05-101-0/+130