]> git.proxmox.com Git - mirror_frr.git/commit
lib: Add lua noop decoder
authorDonald Lee <dlqs@gmx.com>
Sun, 20 Jun 2021 00:06:16 +0000 (08:06 +0800)
committerDonald Lee <dlqs@gmx.com>
Mon, 21 Jun 2021 21:03:12 +0000 (05:03 +0800)
commit7e058da5bc23555d8dca571f7ee10b4cc171dd8c
tree23258b6d9df54c3dae7dd3f0179592a98dca5b43
parentb7da61c1d1b2824b139bfce73b1d6849d4b75b6a
lib: Add lua noop decoder

Use this noop decoder for const values (since we can't mutate a const
value passed into frrscript_call anyways) or values we don't want to
write a decoder for.

Signed-off-by: Donald Lee <dlqs@gmx.com>
lib/frrlua.c
lib/frrlua.h