summaryrefslogtreecommitdiffhomepage
path: root/proto-static.c
AgeCommit message (Collapse)Author
2014-07-27interface: enable force_link by default for proto=staticFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-04-10proto-static: ensure that the l3 device is properly setFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-03-21netifd: Reload proto on topology changeHelmut 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-04-03Rewrite IPv6 prefix assignmentSteven Barth
2012-05-13split applying static proto setting from handler settingsFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-02-26proto: add an option for specifying external addresses using ↵Felix Fietkau
proto_apply_ip_settings()
2012-02-26move static address setup to proto.c in preparation for unifying it with the ↵Felix Fietkau
proto-shell code doing similar things
2011-10-19make a few more functions staticFelix Fietkau
2011-10-19add support for keeping multiple ip addr/route/dns listsFelix Fietkau
2011-10-14proto-shell: allow passing netmask in ip address formatFelix Fietkau
2011-10-13add functions for adding dns servers to the proto list, hook them up in ↵Felix Fietkau
proto-static.c
2011-09-12move ip address parsing code to proto.cFelix Fietkau
2011-09-12make proto_apply_static_settings static, make helper functions take a struct ↵Felix Fietkau
interface instead of the proto state
2011-09-11move protocol flags to the handler, add a pointer to the handler in the ↵Felix Fietkau
proto state, add PROTO_FLAG_NODEV
2011-09-09handle static proto setup failureFelix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau
2011-09-07make functionality for applying static settings availableFelix Fietkau
2011-09-05move ip related functions and data structures to a separate header fileFelix Fietkau
2011-09-04remove the uci dependency from protocol handlersFelix Fietkau
2011-09-04trigger proto attach from config.cFelix Fietkau
2011-05-03add routes/gateway supportFelix Fietkau
2011-05-02move interface address handling to the device module, clean up arguments to ↵Felix Fietkau
system_{add,del}_addr
2011-05-02move address handling to common codeFelix Fietkau
2011-04-15remove the DNS option from proto-static, it will be handled by generic codeFelix Fietkau
2011-04-15make creating a static proto state more flexible, add support for parsing ↵Felix Fietkau
gateways
2011-04-14add code to set ip addresses when an interface with the static proto is ↵Felix Fietkau
brought up
2011-04-14cleanup entry counting loopFelix Fietkau
2011-04-14add some code for parsing static ipaddr/ip6addr/netmaskFelix Fietkau
2011-04-13add a dummy protocol handler for "static"Felix Fietkau