summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: take more route information into hash funcYu Watanabe2019-09-171-1/+1
* network: make route_get() or friends take Route objectYu Watanabe2019-09-171-4/+3
* networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-071-3/+3
* network: introduce route_full_hash_opsYu Watanabe2019-07-191-0/+2
* network: show known route protocol name nicely in debugging logsYu Watanabe2019-07-151-1/+1
* network: also show route protocol in debugging logsYu Watanabe2019-07-121-0/+3
* network: show route scope, table, and type in debugging logsYu Watanabe2019-07-121-0/+7
* network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...Yu Watanabe2019-07-121-0/+2
* network: use string table to parse route typeYu Watanabe2019-07-121-0/+3
* networkd: route add MPLS TTL propagateSusant Sahani2019-05-181-0/+2
* network: add DefaultRouteOnDevice= setting in [Network] sectionYu Watanabe2019-05-151-0/+1
* networkd: route add support to configure fastopen_no_cookieSusant Sahani2019-05-141-0/+2
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-1/+3
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-1/+0
* network: add IPv4LL route right after .network file is parsedYu Watanabe2019-03-131-0/+2
* network: save GatewayOnLink= value as tristate in RouteYu Watanabe2019-02-281-0/+1
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-2/+2
* networkd: don't remove routeTobias Jungel2018-11-061-0/+1
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* networkd: Support the ability to set MTU in [Route] sectionsSusant Sahani2018-05-241-0/+1
* tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-12/+14