summaryrefslogtreecommitdiff
path: root/lib/frrscript.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-08-02 11:56:42 +0300
committerGitHub <noreply@github.com>2023-08-02 11:56:42 +0300
commit7e2130bb03aa8d8675d865badd46cc33feeb19e2 (patch)
treee1a55eb11934893adc4eb609778615c19f26aece /lib/frrscript.h
parent728976960bc669594e670c08de3b13779fdb06d8 (diff)
parent85728c9c4fddb1b62b4bf83ffcf4d5e92000cceb (diff)
Merge pull request #14128 from FRRouting/mergify/bp/stable/9.0/pr-14125
lib: Do not use time_t as a special Lua encoder/decoder (backport #14125)
Diffstat (limited to 'lib/frrscript.h')
-rw-r--r--lib/frrscript.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h
index 7ba4f0cbdb..df49b5718c 100644
--- a/lib/frrscript.h
+++ b/lib/frrscript.h
@@ -198,7 +198,6 @@ struct interface * : lua_pushinterface, \
struct in_addr * : lua_pushinaddr, \
struct in6_addr * : lua_pushin6addr, \
union sockunion * : lua_pushsockunion, \
-time_t * : lua_pushtimet, \
char * : lua_pushstring_wrapper, \
struct attr * : lua_pushattr, \
struct peer * : lua_pushpeer, \
@@ -219,7 +218,6 @@ struct interface * : lua_decode_interface, \
struct in_addr * : lua_decode_inaddr, \
struct in6_addr * : lua_decode_in6addr, \
union sockunion * : lua_decode_sockunion, \
-time_t * : lua_decode_timet, \
char * : lua_decode_stringp, \
struct attr * : lua_decode_attr, \
struct peer * : lua_decode_noop, \