summaryrefslogtreecommitdiff
path: root/interface-ip.h
Commit message (Expand)AuthorAgeFilesLines
* interface-ip: add support for excluding interfaces in host route lookupFelix Fietkau2022-05-191-1/+2
* device_addr: record address index as in the blobYousong Zhou2020-10-221-0/+1
* add basic support for jail network namespacesDaniel Golle2020-01-181-1/+1
* interface: add neighbor config supportmeurisa2019-04-151-1/+19
* interface-ip: fix delegate config update on reload (FS#2087)Hans Dedecker2019-03-131-0/+1
* treewide: switch to C-code style commentsHans Dedecker2018-11-191-1/+1
* treewide: make some functions staticHans Dedecker2018-11-191-1/+0
* interface: add prefix assignment priority supportHans Dedecker2017-02-111-0/+1
* interface-ip: route proto config support (FS#170)Hans Dedecker2017-01-251-2/+3
* interface-ip: fix subnet route handlingFelix Fietkau2015-12-151-0/+2
* interface-ip: move struct device_addr below struct device_routeFelix Fietkau2015-12-151-20/+20
* interface-ip: Support source ip rule updates when reloadingHans Dedecker2015-09-291-0/+1
* netifd: Make interface identifier of delegated IPv6 address configurableHans Dedecker2015-01-191-0/+1
* netifd: Route type supportHans Dedecker2014-06-181-0/+4
* Add support for onlink-flags for IPv4 routesSteven Barth2014-06-101-0/+3
* Don't always assume routes & addresses are appliedSteven Barth2014-02-261-0/+2
* IPv6: add class support to regular IPv6 addressesSteven Barth2013-11-271-0/+1
* Add source-restricted routesSteven Barth2013-10-181-0/+11
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-1/+1
* move excluded prefix and length out of key for device_prefixSteven Barth2013-05-311-2/+2
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-1/+3
* Add option to define target routing table for protocol routes.Steven Barth2013-05-171-1/+0
* Add support for IPv6 and interface target-routes & dependenciesSteven Barth2013-05-131-1/+1
* IPv6: Use source-routing to allow multi-wanSteven Barth2013-05-111-0/+4
* Incorperate route table into avl keyJo-Philipp Wich2013-04-051-1/+1
* Implement support for route / route6 table attributeJo-Philipp Wich2013-04-041-0/+4
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-13/+14
* Improved IPv6 featuresetSteven Barth2013-02-011-3/+7
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+33
* interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov...Jo-Philipp Wich2012-06-291-1/+4
* replace the kernel's implicit network routes if the metric is setFelix Fietkau2012-05-201-1/+4
* parse point to point ip addressesFelix Fietkau2012-05-141-0/+1
* add copyright headersFelix Fietkau2012-05-041-0/+13
* add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau2012-05-041-1/+3
* store a pointer to the active interface as part of the device routeFelix Fietkau2012-04-301-0/+1
* include route/address flags in vlist comparisonFelix Fietkau2012-04-291-3/+2
* add support for updating route metricsFelix Fietkau2012-03-191-1/+1
* add a flag to keep track of route metric overridesFelix Fietkau2012-03-191-0/+3
* always create device routesFelix Fietkau2012-03-151-3/+0
* move broadcast address handling to the coreFelix Fietkau2012-02-261-0/+3
* remove device_{route,addr}->deviceFelix Fietkau2012-02-261-3/+0
* use the simplified vlist type for dns servers/searchFelix Fietkau2012-01-151-2/+2
* add support for configuring static routesFelix Fietkau2011-10-191-0/+2
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-0/+9
* add support for keeping multiple ip addr/route/dns listsFelix Fietkau2011-10-191-7/+9
* proto-shell: add dns search domainsFelix Fietkau2011-10-141-0/+1
* proto-shell: fix updating settings, only issue ifup event after configuration...Felix Fietkau2011-10-131-0/+4
* add functions for adding dns servers to the proto list, hook them up in proto...Felix Fietkau2011-10-131-0/+2
* add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau2011-10-111-0/+13
* make versioned lists more flexible by using an external comparatorFelix Fietkau2011-10-021-2/+5