make route metrics default to 0
[project/netifd.git] / interface-ip.c
2012-03-09 Felix Fietkaumake route metrics default to 0
2012-03-03 Felix Fietkausimplify vlist, move avl key handling to vlist_add()
2012-02-26 Felix Fietkaumove broadcast address handling to the core
2012-02-26 Felix Fietkauremove device_{route,addr}->device
2012-02-15 Felix Fietkauinitialize route->metric to -1
2012-01-23 Felix Fietkauadd a generic option for disabling the automatic defaul...
2012-01-15 Felix Fietkauuse the simplified vlist type for dns servers/search
2011-11-13 Felix Fietkauavoid deleting and re-adding duplicate ip addresses...
2011-10-19 Felix Fietkauadd support for configuring static routes
2011-10-19 Felix Fietkaufix interface_add_dns_search_list
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-13 Felix Fietkauproto-shell: add dns search domains
2011-10-13 Felix Fietkauproto-shell: fix updating settings, only issue ifup...
2011-10-13 Felix Fietkauproto-shell: add dns server support
2011-10-13 Felix Fietkauadd functions for adding dns servers to the proto list...
2011-10-11 Felix Fietkauadd some code for keeping track of dns servers and...
2011-10-02 Felix Fietkauvlist: store a pointer to the real key to make lookups...
2011-10-02 Felix Fietkaumake versioned lists more flexible by using an external...
2011-09-12 Felix Fietkauadd support for externally managed ip addresses and...
2011-09-11 Felix Fietkauproto-shell: add l3 interface claim/release
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-05 Felix Fietkaufree routes and addresses
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-04 Felix Fietkauuse list_add_tail instead of list_add
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-05-02 Felix Fietkauclear all remaining addresses on interface down
2011-05-02 Felix Fietkaumove address handling to common code