[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)
commit6426a57e1ac7ccdfc61b31939320e779676a31bb
tree2285dee3f9444194b299c1b34d07b95076fde9f3
parent4dc30b7edff4ff044146c206aaf2ae45174a1e3a
[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.

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