Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: use the new uci_blob library code | Felix Fietkau | 2013-06-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | move excluded prefix and length out of key for device_prefix | Steven Barth | 2013-05-31 | 1 | -2/+2 |
| | |||||
* | IPv6: reorganize prefix assignment | Steven Barth | 2013-05-30 | 1 | -1/+3 |
| | | | | | * put parameters in a more suitable place * add support for prefix classes | ||||
* | Add option to define target routing table for protocol routes. | Steven Barth | 2013-05-17 | 1 | -1/+0 |
| | | | | | | This unifies source-routing for both IPv6 and IPv4 (default off). Based on a patch by Kristian Evensen | ||||
* | Add support for IPv6 and interface target-routes & dependencies | Steven Barth | 2013-05-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Steven Barth <steven@midlink.org> | ||||
* | IPv6: Use source-routing to allow multi-wan | Steven Barth | 2013-05-11 | 1 | -0/+4 |
| | |||||
* | Incorperate route table into avl key | Jo-Philipp Wich | 2013-04-05 | 1 | -1/+1 |
| | |||||
* | Implement support for route / route6 table attribute | Jo-Philipp Wich | 2013-04-04 | 1 | -0/+4 |
| | |||||
* | Rewrite IPv6 prefix assignment | Steven Barth | 2013-04-03 | 1 | -13/+14 |
| | |||||
* | Improved IPv6 featureset | Steven Barth | 2013-02-01 | 1 | -3/+7 |
| | | | | | | | * Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes | ||||
* | Initial IPv6 prefix support | Steven Barth | 2013-01-15 | 1 | -0/+33 |
| | | | | Signed-off-by: Steven Barth <steven@midlink.org> | ||||
* | interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -1/+4 |
| | | | | overrides | ||||
* | replace the kernel's implicit network routes if the metric is set | Felix Fietkau | 2012-05-20 | 1 | -1/+4 |
| | |||||
* | parse point to point ip addresses | Felix Fietkau | 2012-05-14 | 1 | -0/+1 |
| | |||||
* | add copyright headers | Felix Fietkau | 2012-05-04 | 1 | -0/+13 |
| | |||||
* | add a ubus interface to dynamically create host routes to a particular ip ↵ | Felix Fietkau | 2012-05-04 | 1 | -1/+3 |
| | | | | address, returns the interface that the route goes through | ||||
* | store a pointer to the active interface as part of the device route | Felix Fietkau | 2012-04-30 | 1 | -0/+1 |
| | |||||
* | include route/address flags in vlist comparison | Felix Fietkau | 2012-04-29 | 1 | -3/+2 |
| | |||||
* | add support for updating route metrics | Felix Fietkau | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | add a flag to keep track of route metric overrides | Felix Fietkau | 2012-03-19 | 1 | -0/+3 |
| | |||||
* | always create device routes | Felix Fietkau | 2012-03-15 | 1 | -3/+0 |
| | |||||
* | move broadcast address handling to the core | Felix Fietkau | 2012-02-26 | 1 | -0/+3 |
| | |||||
* | remove device_{route,addr}->device | Felix Fietkau | 2012-02-26 | 1 | -3/+0 |
| | |||||
* | use the simplified vlist type for dns servers/search | Felix Fietkau | 2012-01-15 | 1 | -2/+2 |
| | |||||
* | add support for configuring static routes | Felix Fietkau | 2011-10-19 | 1 | -0/+2 |
| | |||||
* | rework route handling, move parser code to interface-ip.c, add extra options ↵ | Felix Fietkau | 2011-10-19 | 1 | -0/+9 |
| | | | | and add further support for pulling routes from config | ||||
* | add support for keeping multiple ip addr/route/dns lists | Felix Fietkau | 2011-10-19 | 1 | -7/+9 |
| | |||||
* | proto-shell: add dns search domains | Felix Fietkau | 2011-10-14 | 1 | -0/+1 |
| | |||||
* | proto-shell: fix updating settings, only issue ifup event after ↵ | Felix Fietkau | 2011-10-13 | 1 | -0/+4 |
| | | | | configuration has been applied | ||||
* | add functions for adding dns servers to the proto list, hook them up in ↵ | Felix Fietkau | 2011-10-13 | 1 | -0/+2 |
| | | | | proto-static.c | ||||
* | add some code for keeping track of dns servers and search domains and for ↵ | Felix Fietkau | 2011-10-11 | 1 | -0/+13 |
| | | | | writing resolv.conf | ||||
* | make versioned lists more flexible by using an external comparator | Felix Fietkau | 2011-10-02 | 1 | -2/+5 |
| | |||||
* | add a device pointer to struct device_route | Felix Fietkau | 2011-09-14 | 1 | -0/+1 |
| | |||||
* | add support for externally managed ip addresses and routes | Felix Fietkau | 2011-09-12 | 1 | -4/+7 |
| | |||||
* | add code for versioned lists and use it to manage addresses and routes | Felix Fietkau | 2011-09-07 | 1 | -11/+3 |
| | |||||
* | free routes and addresses | Felix Fietkau | 2011-09-05 | 1 | -0/+1 |
| | |||||
* | move ip related functions and data structures to a separate header file | Felix Fietkau | 2011-09-05 | 1 | -0/+48 |