summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.h
Commit message (Expand)AuthorAgeFilesLines
* network: split networkd-route.[ch]Yu Watanabe2021-11-141-6/+0
* network: manage route and nexthop flagsYu Watanabe2021-11-131-2/+2
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-0/+1
* network: route: rename lifetime -> lifetime_usecYu Watanabe2021-10-211-1/+4
* network: make several hash_ops staticYu Watanabe2021-10-041-1/+0
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-7/+11
* network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routesYu Watanabe2021-09-141-3/+0
* network: fix logic for checking gateway address is readyYu Watanabe2021-08-221-1/+1
* network: use address_equal()/route_equal() to compare addresses or routes con...Yu Watanabe2021-08-041-0/+1
* network: make manager_find_uplink() uses stored route informationYu Watanabe2021-06-081-0/+1
* network: drop unused "callback" arguments in route_remove() and address_remove()Yu Watanabe2021-05-191-2/+1
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-4/+11
* network: split out common part of route or address handlersYu Watanabe2021-05-121-0/+2
* network: introduce route_dup()Yu Watanabe2021-05-121-0/+1
* network: introduce manager_address_is_reachable()Yu Watanabe2021-05-121-0/+1
* network: introduce link_has_route()Yu Watanabe2021-05-121-0/+2
* network: do not remove reject type routes more than onceYu Watanabe2021-04-291-0/+1
* network: add NextHop= setting in [Route] sectionYu Watanabe2021-02-191-0/+2
* network: configure nexthop before routes that requires gatewayYu Watanabe2021-02-191-0/+1
* network: use defined route table name in debug logsYu Watanabe2021-02-031-4/+2
* network: add support to RoutingPolicyRule lookup table nameSusant Sahani2021-01-191-0/+6
* network: route - add support to configure tcp advmssSusant Sahani2021-01-081-0/+2
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-2/+0
|\
| * network: do not serialize/deserialize routesYu Watanabe2020-10-281-2/+0
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-151-3/+7
* network: rename gateway_from_dhcp -> gateway_from_dhcp_or_raYu Watanabe2020-10-151-1/+1
* network: manage multipath routes separatelyYu Watanabe2020-10-081-0/+1
* sd-netlink: introduce rtattr_read_nexthop()Yu Watanabe2020-10-081-12/+0
* network: constify argumentsYu Watanabe2020-10-081-5/+5
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-081-3/+5
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-071-1/+2
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-071-1/+1
* network: move link_get_xxx_route_table()Yu Watanabe2020-10-071-0/+3
* network: cleanup networkd-route.hYu Watanabe2020-10-071-7/+12
* network: drop list of static routesYu Watanabe2020-10-071-2/+0
* network: make several functions staticYu Watanabe2020-10-071-21/+2
* network: introduce network_verify_routes()Yu Watanabe2020-10-071-1/+1
* network: introduce link_serialize_routes()Yu Watanabe2020-10-071-0/+1
* network: introduce link_deserialize_routes()Yu Watanabe2020-10-071-0/+1
* network: introduce link_drop_routes()Yu Watanabe2020-10-071-0/+1
* network: introduce link_drop_foreign_routes()Yu Watanabe2020-10-071-0/+1
* network: make route_free() return NULLYu Watanabe2020-10-071-1/+1
* network: move manager_rtnl_process_route()Yu Watanabe2020-10-071-0/+2
* network: move link_request_set_routes()Yu Watanabe2020-10-071-0/+2
* network: expose route_{hash,compare}_func()Yu Watanabe2020-09-081-0/+2
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-1/+1
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-4/+1
* network: static routes via DHCP gatewayYu Watanabe2020-01-071-0/+1
* network: introduce multipath routeYu Watanabe2019-12-181-0/+13