Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-31 | netifd: add metric argument for proto_add_ipv4_route | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-03-21 | Fix regression with IPv6 source-dest-routes | Steven Barth | |
2015-03-19 | add missing argument for ipv4 routes | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-03-19 | Add table argument to shell API for routes | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2014-12-08 | Enable callers to pass the source IP of an IPv4 route when using | Kristian Evensen | |
proto_add_ipv4_route(). This is useful with for example DHCP in a multihomed scenario, as it provides an easy way to match default routes with the correct IP address. One use case for this are applications that monitor the state of the WAN port, and the WAN port is assigned multiple addresses. Signed-off-by: Kristian Evensen <kristian.evensen at gmail.com> | |||
2014-07-18 | scripts: set type for the "key" attribute | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2014-03-21 | netifd: Reload proto on topology change | Helmut Schaa | |
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> | |||
2013-12-02 | wireless: fix getting the network_bridge variable | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-02 | wireless: fix htmode handling | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-02 | wireless: call an initial cleanup function | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: fix process handling if the pid exe is a symlink | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: add some device/vif error debug messages | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: fix channel check | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | add initial support for handling wireless devices via scripts | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | utils.sh: add N (newline) | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-27 | IPv6: add class support to regular IPv6 addresses | Steven Barth | |
2013-10-31 | proto-shell: fix legacy proto_config_add_* functions, make them wrap around ↵ | Felix Fietkau | |
config_add_* Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-29 | scripts/utils.sh: add a function for setting a variable default | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | scripts: make config_add_* parameters take multiple arguments | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: add config_add_array() to utils | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: remove the executable flag from netifd-proto.sh | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: move some utility functions out of netifd-proto.sh into utils.sh | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: reorganize directory layout | Felix Fietkau | |
move example scripts from dummy/ to examples/ keep scripts that can be used as-is in scripts/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: delete ifup/ifdown, they are unused | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2011-10-07 | add support for calls to a hotplug script on interface state changes | Felix Fietkau | |
2011-03-27 | add an example script for ifup/ifdown | Felix Fietkau | |