summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-route-metric.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/route-metric: merge conf parsers for route metricYu Watanabe2024-10-111-84/+32
* network/route-metric: use log_syntax_parse_error()Yu Watanabe2024-10-111-25/+12
* Replace strdup_or_null() by strdup_to()Zbigniew Jędrzejewski-Szmek2024-03-201-1/+1
* network/route: remove existing route if some property conflict with requested...Yu Watanabe2024-02-141-0/+22
* network/route: introduce ref/unref functions for Route objectYu Watanabe2024-01-251-2/+2
* network: use strdup_or_null() where appropriateYu Watanabe2024-01-191-1/+1
* network/route-metric: invalidate [Route] section if an invalid string is spec...Yu Watanabe2024-01-071-5/+2
* network/route-metric: use DEFINE_CONFIG_PARSE_ROUTE_METRIC() macro moreYu Watanabe2024-01-071-97/+20
* network/route-metric: introduce DEFINE_CONFIG_PARSE_ROUTE_METRIC() macroYu Watanabe2024-01-071-93/+61
* network/route-metric: manage uint32_t RTAX_XYZ attributes in the same wayYu Watanabe2024-01-071-95/+133
* network/route-metric: introduce RouteMetricYu Watanabe2024-01-071-11/+162
* network/route-metric: unify error messagesYu Watanabe2024-01-061-21/+11
* network/route-metric: pass attribute type to conf parsersYu Watanabe2024-01-061-9/+9
* network/route: move several conf parsers to networkd-route-metric.c and netwo...Yu Watanabe2024-01-061-0/+394