summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Collapse)AuthorAgeFilesLines
* proto-shell: fix updating settings, only issue ifup event after ↵Felix Fietkau2011-10-131-0/+15
| | | | configuration has been applied
* 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 ↵Felix Fietkau2011-10-131-0/+38
| | | | proto-static.c
* add some code for keeping track of dns servers and search domains and for ↵Felix Fietkau2011-10-111-0/+79
| | | | writing resolv.conf
* 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 ↵Felix Fietkau2011-05-021-7/+7
| | | | system_{add,del}_addr
* clear all remaining addresses on interface downFelix Fietkau2011-05-021-1/+1
|
* move address handling to common codeFelix Fietkau2011-05-021-0/+48