index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
frrlua.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Do not use time_t as a special Lua encoder/decoder
Donatas Abraitis
2023-08-01
1
-19
/
+0
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: Add encoder/decoder for nexthop/nexthop group
Donald Lee
2021-10-19
1
-0
/
+52
*
lib: Add encoders/decoders for ipaddr/ethaddr
Donald Lee
2021-10-19
1
-0
/
+15
*
lib: Remove extraneous braces
Donald Lee
2021-08-10
1
-2
/
+2
*
lib: check return on str2sockunion
Donald Lee
2021-08-09
1
-1
/
+3
*
lib: Fix coverity warning of return value
anlan_cs
2021-08-08
1
-1
/
+1
*
lib: Add new MTYPE for script results
Donald Lee
2021-07-26
1
-8
/
+14
*
lib: Rename decode_int
Donald Lee
2021-07-23
1
-1
/
+1
*
lib: Add int encoder/decoder
Donald Lee
2021-07-18
1
-0
/
+8
*
lib: add comments for functions
Donald Lee
2021-06-25
1
-3
/
+5
*
lib: Pop tables off Lua stack when decoding
Donald Lee
2021-06-22
1
-0
/
+13
*
lib: Add lua noop decoder
Donald Lee
2021-06-21
1
-0
/
+4
*
lib: Add decoder functions
Donald Lee
2021-06-21
1
-21
/
+54
*
lib: Fix up str2prefix usage in lua code
Donald Sharp
2021-01-19
1
-1
/
+1
*
lib: remove extraneous scripting debugs
Quentin Young
2020-12-02
1
-10
/
+0
*
lib: use PREFIX_STRLEN in prefix encoder
Quentin Young
2020-12-02
1
-2
/
+2
*
build: HAVE_LUA -> HAVE_SCRIPTING
Quentin Young
2020-12-02
1
-2
/
+4
*
lib: add ability to decode from lua scripts
Quentin Young
2020-12-02
1
-2
/
+112
*
lib: add more type encoders, register existings
Quentin Young
2020-12-02
1
-0
/
+5
*
lib: change encoder_func signature
Quentin Young
2020-12-02
1
-17
/
+6
*
lib: add more type encoder funcs
Quentin Young
2020-12-02
1
-0
/
+56
*
lib: cleanup / refactor scripting foo
Quentin Young
2020-12-02
1
-15
/
+2
*
lib: encode plen when passing prefixes to scripts
Quentin Young
2020-12-02
1
-1
/
+3
*
lib: update script encoder signatures
Quentin Young
2020-12-02
1
-4
/
+7
*
lib: start adding generic scripting stuff
Quentin Young
2020-12-02
1
-0
/
+3
*
lib: add Lua stack dumper
Quentin Young
2020-12-02
1
-0
/
+46
*
lib: move bgp routemap stuff out of frrlua.[ch]
Quentin Young
2020-12-02
1
-24
/
+0
*
lib: remove frrlua_initialize
Quentin Young
2020-12-02
1
-34
/
+0
*
lib: allow exporting all logging functions to Lua
Quentin Young
2020-12-02
1
-23
/
+62
*
lib: add interface -> table encoder
Quentin Young
2020-12-02
1
-0
/
+30
*
lib: clean up frrlua.[ch]
Quentin Young
2020-12-02
1
-51
/
+84
*
*: use the current project name (FRRouting)
Lou Berger
2020-03-25
1
-1
/
+1
*
*: config.h or zebra.h is the first #include
David Lamparter
2019-06-13
1
-1
/
+0
*
build: fix Lua build
Quentin Young
2019-05-10
1
-0
/
+130