summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.c
Commit message (Expand)AuthorAgeFilesLines
* network: make IPv6 routes with reject type managed by ManagerYu Watanabe2020-12-041-0/+6
* network: introduce route_type_is_reject() helperYu Watanabe2020-12-041-2/+8
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-87/+3
|\
| * network: do not serialize/deserialize routesYu Watanabe2020-10-281-78/+0
| * network: use sysctl_read_ip_property() where applicableYu Watanabe2020-10-281-9/+3
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* network: drop routes managed by Manager when link is removedYu Watanabe2020-10-231-2/+77
* network: specify route type in route_remove()Yu Watanabe2020-10-231-146/+108
* network: link may be NULLYu Watanabe2020-10-231-1/+1
* network: call netlink in the last of route_configure()Yu Watanabe2020-10-201-7/+7
* network: also compare and hash weight of the gatewayYu Watanabe2020-10-201-2/+8
* network: copy multipath route element earlierYu Watanabe2020-10-201-5/+16
* network: make route_configure() return 0 on successYu Watanabe2020-10-201-3/+3
* network: warn if dynamic gateway is specified but corresponding protocol is d...Yu Watanabe2020-10-151-1/+14
* network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-151-0/+2
* network: when Gateway=_dhcp, assume gateway family based on other settingsYu Watanabe2020-10-151-13/+30
* network: rename Gateway=_dhcp6 -> Gateway=_ipv6raYu Watanabe2020-10-151-2/+2
* network: rename gateway_from_dhcp -> gateway_from_dhcp_or_raYu Watanabe2020-10-151-7/+7
* networkd: add assert to appease coverityZbigniew Jędrzejewski-Szmek2020-10-091-2/+4
* network: make Gateway= in [Route] section accept an empty stringYu Watanabe2020-10-081-0/+8
* network: introduce Gateway=_dhcp4 and _dhcp6, and deprecate "_dhcp"Yu Watanabe2020-10-081-5/+28
* network: manage multipath routes separatelyYu Watanabe2020-10-081-102/+204
* network: free Route object when route_remove() failsYu Watanabe2020-10-081-2/+2
* network: constify argumentsYu Watanabe2020-10-081-23/+26
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-081-26/+72
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-071-63/+100
* network: ignore Scope= for IPv6 routes as it will not be usedYu Watanabe2020-10-071-0/+5
* network: set default priority for IPv6 routesYu Watanabe2020-10-071-0/+4
* 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/+18
* network: drop list of static addressesYu Watanabe2020-10-071-1/+1
* network: cleanup networkd-route.hYu Watanabe2020-10-071-5/+1
* network: drop list of static routesYu Watanabe2020-10-071-41/+33
* network: make several functions staticYu Watanabe2020-10-071-112/+115
* network: introduce network_verify_routes()Yu Watanabe2020-10-071-1/+11
* network: introduce link_serialize_routes()Yu Watanabe2020-10-071-0/+25
* network: introduce link_deserialize_routes()Yu Watanabe2020-10-071-0/+66
* network: introduce link_drop_routes()Yu Watanabe2020-10-071-0/+19
* network: introduce link_drop_foreign_routes()Yu Watanabe2020-10-071-0/+55
* network: make route_free() return NULLYu Watanabe2020-10-071-3/+3
* network: move manager_rtnl_process_route()Yu Watanabe2020-10-071-0/+254
* network: move link_request_set_routes()Yu Watanabe2020-10-071-0/+85
* network: limit InitialCongestionWindow= and InitialAdvertisedReceiveWindow= v...Yu Watanabe2020-09-291-3/+3
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-081-2/+7
* network: expose route_{hash,compare}_func()Yu Watanabe2020-09-081-2/+2
* network: dhcp6: drop addresses and delegated prefixes on client stopYu Watanabe2020-07-291-0/+4
* network: ndisc: remove old addresses and routes after at least one SLAAC addr...Yu Watanabe2020-07-291-0/+2
* network: dhcp4: release old lease after the new address become readyYu Watanabe2020-07-291-0/+2
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-1/+5