summaryrefslogtreecommitdiffhomepage
path: root/proto-static.c
AgeCommit message (Expand)Author
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
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 proto_apply_ip_s...Felix Fietkau
2012-02-26move static address setup to proto.c in preparation for unifying it with the ...Felix Fietkau
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 proto...Felix Fietkau
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
2011-09-11move protocol flags to the handler, add a pointer to the handler in the proto...Felix Fietkau
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 s...Felix Fietkau
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 gat...Felix Fietkau
2011-04-14add code to set ip addresses when an interface with the static proto is broug...Felix Fietkau
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