aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/functions/network.sh
Commit message (Expand)AuthorAgeFilesLines
* base-files: fix comment typo in lib/functions/network.shWalter Sonius2020-09-021-1/+1
* base-files: add network_get_uptime() to /lib/functions/network.shFlorian Eckert2019-06-291-0/+5
* base-files: add network_get_metric() to /lib/functions/network.shFlorian Eckert2018-09-251-0/+5
* base-files: network.sh: gracefully handle missing network.interface ubus nsJo-Philipp Wich2018-07-171-4/+10
* base-files: network.sh: fix a number of IPv6 logic flawsJo-Philipp Wich2017-06-081-17/+48
* base-files: network.sh: properly report local IPv6 addressesJo-Philipp Wich2017-06-081-17/+13
* base-files: add network_get_ipaddrs_all()Steven Barth2014-10-091-0/+23
* base-files: whitespace fixesLuka Perkov2014-09-141-1/+1
* base-files: /lib/functions/network.sh: fix network_get_ipaddr6Jo-Philipp Wich2014-08-111-1/+12
* base-files: depend on jsonfilter and rewrite network.sh to use itJo-Philipp Wich2014-06-191-318/+125
* base-files: add network_get_protocol() to /lib/functions/network.shJo-Philipp Wich2013-12-161-2/+7
* base-files: fix whitespacesLuka Perkov2013-12-091-9/+9
* base-files: reject invalid uci keys in network_get_device() and related proce...Jo-Philipp Wich2013-07-151-0/+4
* base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() ...Jo-Philipp Wich2013-06-171-43/+107
* base-files: change network_find_wan() procedure to ignore default gateways in...Jo-Philipp Wich2013-05-061-10/+14
* base-files: fix network_get_prefix6Steven Barth2013-01-221-1/+1
* base-files: network.sh: fix typo in previous commitJo-Philipp Wich2013-01-211-1/+1
* base-files: network.sh: simplify network_get_prefix6()Jo-Philipp Wich2013-01-211-7/+4
* base-files: add support for ipv6-prefixes in connection with netifdSteven Barth2013-01-151-0/+30
* base-files: use json_is_a() in network.shJo-Philipp Wich2012-12-171-7/+7
* base-files: rework cache handling in network.sh to keep the entire parsed ifs...Jo-Philipp Wich2012-12-161-129/+159
* base-files: various enhancements to network.shJo-Philipp Wich2012-12-161-30/+153
* base-files: remove route enabled check in lib/functions/network.sh after neti...Jo-Philipp Wich2012-09-131-4/+2
* base-files: implement network_get_dnsserver() and network_get_dnssearch() in ...Jo-Philipp Wich2012-06-291-0/+31
* base-files: only consider enabled default routes when finding the wan iface (...Jo-Philipp Wich2012-06-291-2/+4
* base-files: implement network_get_gateway(), network_get_gateway6(), network_...Jo-Philipp Wich2012-06-171-0/+59
* base-files: implement network_defer_device() and network_ready_device() wrapp...Jo-Philipp Wich2012-06-071-0/+16
* base-files: add network_is_up()Jo-Philipp Wich2012-05-291-0/+6
* base-files: let network_get_device() return the l3 interface, introduce netwo...Jo-Philipp Wich2012-05-291-4/+6
* base-files: add network_get_device() to network.shJo-Philipp Wich2012-05-281-0/+15
* base-files: introduce /lib/functions/network.sh This file will contain common...Jo-Philipp Wich2012-05-281-0/+41