lua: add optional path filter to objects() method
authorEtienne Champetier <champetier.etienne@gmail.com>
Sun, 1 May 2022 21:58:09 +0000 (17:58 -0400)
committerPetr Štetiar <ynezz@true.cz>
Mon, 30 May 2022 05:00:52 +0000 (07:00 +0200)
commit2f793a4eb063128d80fc46ada243d2aad47fd1fe
treed21cfb691b6295b32f95613eaf6fe5ea848e787f
parent584f56a2331471459604ad054b3a7bcc366e0f07
lua: add optional path filter to objects() method

'ubus list [<path>]' passes the path to ubusd,
this commit fix the lua bindings to do the same

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lua/ubus.c