Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | interface: enable force_link by default for proto=static | Felix Fietkau | 2014-07-27 | 1 | -1/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | proto-static: ensure that the l3 device is properly set | Felix Fietkau | 2014-04-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | netifd: Reload proto on topology change | Helmut Schaa | 2014-03-21 | 1 | -0/+1 |
| | | | | | | | | | | Introduce a new device event "topology change" that gets signaled by bridges on adding/removing members. On "topology changes" the proto handlers are requested to "renew" which is most useful for DHCP. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> | ||||
* | Rewrite IPv6 prefix assignment | Steven Barth | 2013-04-03 | 1 | -0/+1 |
| | |||||
* | split applying static proto setting from handler settings | Felix Fietkau | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | add copyright headers | Felix Fietkau | 2012-05-04 | 1 | -0/+13 |
| | |||||
* | proto: add an option for specifying external addresses using ↵ | Felix Fietkau | 2012-02-26 | 1 | -1/+1 |
| | | | | proto_apply_ip_settings() | ||||
* | move static address setup to proto.c in preparation for unifying it with the ↵ | Felix Fietkau | 2012-02-26 | 1 | -137/+2 |
| | | | | proto-shell code doing similar things | ||||
* | make a few more functions static | Felix Fietkau | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | add support for keeping multiple ip addr/route/dns lists | Felix Fietkau | 2011-10-19 | 1 | -3/+3 |
| | |||||
* | proto-shell: allow passing netmask in ip address format | Felix Fietkau | 2011-10-14 | 1 | -5/+3 |
| | |||||
* | add functions for adding dns servers to the proto list, hook them up in ↵ | Felix Fietkau | 2011-10-13 | 1 | -0/+6 |
| | | | | proto-static.c | ||||
* | move ip address parsing code to proto.c | Felix Fietkau | 2011-09-12 | 1 | -42/+2 |
| | |||||
* | make proto_apply_static_settings static, make helper functions take a struct ↵ | Felix Fietkau | 2011-09-12 | 1 | -16/+16 |
| | | | | interface instead of the proto state | ||||
* | move protocol flags to the handler, add a pointer to the handler in the ↵ | Felix Fietkau | 2011-09-11 | 1 | -2/+2 |
| | | | | proto state, add PROTO_FLAG_NODEV | ||||
* | handle static proto setup failure | Felix Fietkau | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | add code for versioned lists and use it to manage addresses and routes | Felix Fietkau | 2011-09-07 | 1 | -4/+2 |
| | |||||
* | make functionality for applying static settings available | Felix Fietkau | 2011-09-07 | 1 | -12/+15 |
| | |||||
* | move ip related functions and data structures to a separate header file | Felix Fietkau | 2011-09-05 | 1 | -0/+1 |
| | |||||
* | remove the uci dependency from protocol handlers | Felix Fietkau | 2011-09-04 | 1 | -35/+55 |
| | |||||
* | trigger proto attach from config.c | Felix Fietkau | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | add routes/gateway support | Felix Fietkau | 2011-05-03 | 1 | -14/+27 |
| | |||||
* | move interface address handling to the device module, clean up arguments to ↵ | Felix Fietkau | 2011-05-02 | 1 | -2/+2 |
| | | | | system_{add,del}_addr | ||||
* | move address handling to common code | Felix Fietkau | 2011-05-02 | 1 | -184/+100 |
| | |||||
* | remove the DNS option from proto-static, it will be handled by generic code | Felix Fietkau | 2011-04-15 | 1 | -2/+0 |
| | |||||
* | make creating a static proto state more flexible, add support for parsing ↵ | Felix Fietkau | 2011-04-15 | 1 | -43/+76 |
| | | | | gateways | ||||
* | add code to set ip addresses when an interface with the static proto is ↵ | Felix Fietkau | 2011-04-14 | 1 | -6/+48 |
| | | | | brought up | ||||
* | cleanup entry counting loop | Felix Fietkau | 2011-04-14 | 1 | -6/+14 |
| | |||||
* | add some code for parsing static ipaddr/ip6addr/netmask | Felix Fietkau | 2011-04-14 | 1 | -4/+184 |
| | |||||
* | add a dummy protocol handler for "static" | Felix Fietkau | 2011-04-13 | 1 | -0/+52 |