Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: add network_get_protocol() to /lib/functions/network.sh | Jo-Philipp Wich | 2013-12-16 | 1 | -2/+7 |
| | | | | SVN-Revision: 39099 | ||||
* | base-files: fix whitespaces | Luka Perkov | 2013-12-09 | 1 | -9/+9 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006 | ||||
* | base-files: reject invalid uci keys in network_get_device() and related ↵ | Jo-Philipp Wich | 2013-07-15 | 1 | -0/+4 |
| | | | | | | procedures (#13886) SVN-Revision: 37345 | ||||
* | base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() ↵ | Jo-Philipp Wich | 2013-06-17 | 1 | -43/+107 |
| | | | | | | to take ipv6-prefix-assignment into account, add further helper functions to fetch all ips of a given interface SVN-Revision: 36942 | ||||
* | base-files: change network_find_wan() procedure to ignore default gateways ↵ | Jo-Philipp Wich | 2013-05-06 | 1 | -10/+14 |
| | | | | | | in different routing tables SVN-Revision: 36553 | ||||
* | base-files: fix network_get_prefix6 | Steven Barth | 2013-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 35300 | ||||
* | base-files: network.sh: fix typo in previous commit | Jo-Philipp Wich | 2013-01-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 35287 | ||||
* | base-files: network.sh: simplify network_get_prefix6() | Jo-Philipp Wich | 2013-01-21 | 1 | -7/+4 |
| | | | | SVN-Revision: 35286 | ||||
* | base-files: add support for ipv6-prefixes in connection with netifd | Steven Barth | 2013-01-15 | 1 | -0/+30 |
| | | | | SVN-Revision: 35168 | ||||
* | base-files: use json_is_a() in network.sh | Jo-Philipp Wich | 2012-12-17 | 1 | -7/+7 |
| | | | | SVN-Revision: 34733 | ||||
* | base-files: rework cache handling in network.sh to keep the entire parsed ↵ | Jo-Philipp Wich | 2012-12-16 | 1 | -129/+159 |
| | | | | | | ifstatus, use jshn namespaces to support using it concurrently with other jshn users SVN-Revision: 34725 | ||||
* | base-files: various enhancements to network.sh | Jo-Philipp Wich | 2012-12-16 | 1 | -30/+153 |
| | | | | | | | | | | | - support reading inactive gateways and DNS information in network_get_gateway(), network_get_dnsserver() and network_get_dnssearch() by passing "true" as optional last argument - internally cache fetched values to speed up subsequent accesses to the same data, introduce network_flush_cache() to clear them - add some inline function documentation SVN-Revision: 34722 | ||||
* | base-files: remove route enabled check in lib/functions/network.sh after ↵ | Jo-Philipp Wich | 2012-09-13 | 1 | -4/+2 |
| | | | | | | netifd bump SVN-Revision: 33391 | ||||
* | base-files: implement network_get_dnsserver() and network_get_dnssearch() in ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -0/+31 |
| | | | | | | /lib/functions/network.sh SVN-Revision: 32531 | ||||
* | base-files: only consider enabled default routes when finding the wan iface ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -2/+4 |
| | | | | | | (#11774) SVN-Revision: 32525 | ||||
* | base-files: implement network_get_gateway(), network_get_gateway6(), ↵ | Jo-Philipp Wich | 2012-06-17 | 1 | -0/+59 |
| | | | | | | network_find_wan() and network_find_wan6() in /lib/functions/network.sh SVN-Revision: 32397 | ||||
* | base-files: implement network_defer_device() and network_ready_device() ↵ | Jo-Philipp Wich | 2012-06-07 | 1 | -0/+16 |
| | | | | | | wrappers for upcoming netifd iface deferring support SVN-Revision: 32106 | ||||
* | base-files: add network_is_up() | Jo-Philipp Wich | 2012-05-29 | 1 | -0/+6 |
| | | | | SVN-Revision: 31978 | ||||
* | base-files: let network_get_device() return the l3 interface, introduce ↵ | Jo-Philipp Wich | 2012-05-29 | 1 | -4/+6 |
| | | | | | | network_get_physdev() to obtain the underlying iface (if applicable) SVN-Revision: 31960 | ||||
* | base-files: add network_get_device() to network.sh | Jo-Philipp Wich | 2012-05-28 | 1 | -0/+15 |
| | | | | SVN-Revision: 31937 | ||||
* | base-files: introduce /lib/functions/network.sh This file will contain ↵ | Jo-Philipp Wich | 2012-05-28 | 1 | -0/+41 |
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 |