summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Expand)AuthorAgeFilesLines
* fix ipv6 routesFelix Fietkau2012-03-151-0/+1
* always create device routesFelix Fietkau2012-03-151-2/+0
* make route metrics default to 0Felix Fietkau2012-03-091-2/+0
* simplify vlist, move avl key handling to vlist_add()Felix Fietkau2012-03-041-5/+3
* move broadcast address handling to the coreFelix Fietkau2012-02-261-10/+33
* remove device_{route,addr}->deviceFelix Fietkau2012-02-261-10/+2
* initialize route->metric to -1Felix Fietkau2012-02-151-0/+2
* add a generic option for disabling the automatic default route on interfacesFelix Fietkau2012-01-241-5/+22
* use the simplified vlist type for dns servers/searchFelix Fietkau2012-01-151-39/+29
* avoid deleting and re-adding duplicate ip addresses and routes, fixes tcp con...Felix Fietkau2011-11-131-11/+20
* add support for configuring static routesFelix Fietkau2011-10-191-4/+9
* fix interface_add_dns_search_listFelix Fietkau2011-10-191-2/+2
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-2/+129
* add support for keeping multiple ip addr/route/dns listsFelix Fietkau2011-10-191-35/+45
* proto-shell: add dns search domainsFelix Fietkau2011-10-141-0/+32
* proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau2011-10-131-0/+15
* proto-shell: add dns server supportFelix Fietkau2011-10-131-0/+2
* add functions for adding dns servers to the proto list, hook them up in proto...Felix Fietkau2011-10-131-0/+38
* add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau2011-10-111-0/+79
* vlist: store a pointer to the real key to make lookups easierFelix Fietkau2011-10-021-10/+6
* make versioned lists more flexible by using an external comparatorFelix Fietkau2011-10-021-5/+22
* add support for externally managed ip addresses and routesFelix Fietkau2011-09-121-4/+8
* proto-shell: add l3 interface claim/releaseFelix Fietkau2011-09-111-2/+2
* add code for versioned lists and use it to manage addresses and routesFelix Fietkau2011-09-071-44/+41
* free routes and addressesFelix Fietkau2011-09-051-0/+3
* move ip related functions and data structures to a separate header fileFelix Fietkau2011-09-051-0/+1
* use list_add_tail instead of list_addFelix Fietkau2011-09-041-2/+2
* add routes/gateway supportFelix Fietkau2011-05-031-0/+20
* move interface address handling to the device module, clean up arguments to s...Felix Fietkau2011-05-021-7/+7
* clear all remaining addresses on interface downFelix Fietkau2011-05-021-1/+1
* move address handling to common codeFelix Fietkau2011-05-021-0/+48