base-files: introduce /lib/functions/network.sh This file will contain common procedu...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 28 May 2012 03:15:02 +0000 (03:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 28 May 2012 03:15:02 +0000 (03:15 +0000)
commitf1d04190c5f691a07786fa79e912b62f8777080f
treefd84444f856c9ca2ce1289e203bfc3beedc7fac4
parent367e4b3994543e40437e4e73305af197c21c1055
base-files: introduce /lib/functions/network.sh This file will contain common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface.

SVN-Revision: 31935
package/base-files/Makefile
package/base-files/files/lib/functions/network.sh [new file with mode: 0644]