diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-09-24 13:13:50 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-09-24 13:13:50 +0300 |
| commit | 4b0f4f96ac8aa714c5fdd576d11f31156cc42543 (patch) | |
| tree | afb951ae623cc155e211d59ff3337299be4284a5 /lib/imsg-buffer.c | |
| parent | 74542e1fc149a17eeddd8a9808110967ad52c888 (diff) | |
lib: Load built-in Lua functions
We can't use even `string()` function because built-in functions are not
loaded.
Testing with:
```
$ cat /etc/frr/scripts/zebra.lua
function on_rib_process_dplane_results(ctx)
log.warn(string.upper("testas"))
return {}
end
```
This results to "TESTAS" in the logs.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'lib/imsg-buffer.c')
0 files changed, 0 insertions, 0 deletions
