examples: add a Lua example getting IP configuration of a device
authorJiří Klimeš <jklimes@redhat.com>
Tue, 10 Feb 2015 09:15:49 +0000 (10:15 +0100)
committerJiří Klimeš <jklimes@redhat.com>
Tue, 10 Feb 2015 09:35:41 +0000 (10:35 +0100)
commit21c9c7e21c2e38f85cf48f569c20021f92b48072
tree7faef1765af4e18947b8ae03584916d9be1ed4b0
parent95a750e4fa0ca8148b1bf4ec3319f62d00318abe
examples: add a Lua example getting IP configuration of a device

Unfortunately, there is a bug in lgi library causing the incorrect values
being returned and the example crashes. I am going to send a patch to lgi
to fix the issues.
examples/lua/lgi/Makefile.am
examples/lua/lgi/get-ips.lua [new file with mode: 0755]