]> git.puffer.fish Git - matthieu/frr.git/commit
lib: remove frrlua_initialize
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 11 Aug 2019 18:35:16 +0000 (18:35 +0000)
committerQuentin Young <qlyoung@nvidia.com>
Tue, 1 Dec 2020 23:37:14 +0000 (18:37 -0500)
commitf93716445925f81c5e257e276a5bcc5cd7d74afd
tree78e32a73d1d2f058e94610b888615334c5b05768
parentd473bdc7f1e65a37384acb29af568c4b12a5a207
lib: remove frrlua_initialize

This was toy code used for testing purposes. Code calling Lua should be
very explicit about what is loaded into the Lua state. Also, the
allocator used is exactly the same allocator used by default w/
luaL_newstate().

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_routemap.c
lib/frrlua.c
lib/frrlua.h