summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-route-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/route: use sysctl_read_ip_property_int() for reading route/max_sizeYu Watanabe2024-10-141-7/+10
* network: split out core logic route_type_is_reject()Yu Watanabe2024-08-051-3/+5
* network: make link_get_address() provide matching address with peerYu Watanabe2024-07-301-2/+2
* network/route: manage all routes by Manager objectYu Watanabe2024-01-241-10/+18
* network/route: also use RouteNextHop for managing gatewayYu Watanabe2024-01-151-2/+2
* network/route: relocate route_type_is_reject() and friendsYu Watanabe2024-01-131-0/+6
* network/route: fix reachability check when peer address is specifiedYu Watanabe2023-12-101-3/+3
* network/dhcp4: support IPv6 only mode (RFC 8925)Yu Watanabe2023-10-111-7/+16
* Merge pull request #28387 from yuwata/network-route-table-nameLuca Boccassi2023-07-141-11/+20
|\
| * network: refuse to override predefined route table nameYu Watanabe2023-07-141-2/+9
| * network: do not append table number in TableString field in json outputYu Watanabe2023-07-141-9/+11
* | network: check lifetime of address and route before configureYu Watanabe2023-07-141-0/+13
|/
* Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-061-0/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* network: allow 0 for table numberYu Watanabe2022-10-281-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* network: introduce {manager,link}_address_is_reachable()Yu Watanabe2022-02-271-0/+137
* network: merge gateway_is_ready() and link_address_is_reachable()Yu Watanabe2022-02-271-21/+12
* network: refuse empty or numeric route table namesYu Watanabe2021-12-091-1/+11
* network: route: handle null address with non-zero prefixlen correctlyYu Watanabe2021-12-061-1/+1
* networkd: replace a table with log2 fields by a listZbigniew Jędrzejewski-Szmek2021-11-291-14/+11
* network: introduce route_flags_to_string_alloc()Yu Watanabe2021-11-141-0/+26
* network: split networkd-route.[ch]Yu Watanabe2021-11-141-0/+393