[package] base-files: introduce /lib/functions/network.sh
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)
commit1ee066a435dccb45e10927586bab25f6d6ed7fa7
tree2285dee3f9444194b299c1b34d07b95076fde9f3
parent55e7bd410c7f95b9dbd97de818ab55b2b4151694
[package] 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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31935 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/base-files/Makefile
package/base-files/files/lib/functions/network.sh [new file with mode: 0644]