libs: add luci-lib-ip
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Jan 2015 13:59:13 +0000 (14:59 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Jan 2015 14:01:50 +0000 (15:01 +0100)
commit0ff02e3a13d11466fe8997932a7f9828f53f3ee8
tree036041746034b051bc8baaa14c77d6a16cbe29da
parent390c4bd5a7e1e53bc9e765a3b5ee8f59f46d5598
libs: add luci-lib-ip

Add new luci.ip library which is an api compatible C reimplementation
of ip.lua. It also supports dumping the system routing table and neighbour
entry database via netlink.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
libs/luci-lib-ip/Makefile [new file with mode: 0644]
libs/luci-lib-ip/src/Makefile [new file with mode: 0644]
libs/luci-lib-ip/src/ip.c [new file with mode: 0644]