summaryrefslogtreecommitdiff
path: root/lib/frrscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrscript.h')
-rw-r--r--lib/frrscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h
index a662a808d7..f842dd9f45 100644
--- a/lib/frrscript.h
+++ b/lib/frrscript.h
@@ -197,6 +197,7 @@ void _lua_decode_noop(lua_State *, ...);
#define ENCODE_ARGS_WITH_STATE(L, value) \
_Generic((value), \
int : lua_pushinteger, \
+long long : lua_pushinteger, \
long long * : lua_pushintegerp, \
struct prefix * : lua_pushprefix, \
struct interface * : lua_pushinterface, \