* luci/libs: add assert() to contains() in luci.ip
[project/luci.git] / libs / core / luasrc / ip.lua
2008-08-08 Jo-Philipp Wich* luci/libs: add assert() to contains() in luci.ip
2008-08-08 Jo-Philipp Wich* luci/libs: fixed big endian in Hex() constructor
2008-08-08 Jo-Philipp Wich* luci/libs: added Hex() constructor to luci.ip
2008-08-07 Jo-Philipp Wich* libs/core/ip: save a redundant object in compare()
2008-08-07 Steven Barthlib/core: luci.ip: Added more sanity checks and optimiz...
2008-08-07 Steven Barthlibs/core: Taught luci.ip how to use netmasks and small...
2008-08-07 Jo-Philipp Wich* luci/libs/ip: fix add()
2008-08-07 Jo-Philipp Wich* luci/libs: add preliminary ip calculation library