summaryrefslogtreecommitdiffhomepage
path: root/proto-static.c
AgeCommit message (Collapse)Author
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