summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-routing-policy-rule.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: merge link_foreignize_config() and link_drop_foreign_config()Yu Watanabe2024-11-051-6/+5
* network/routing-policy-rule: use in_addr_prefix for From= and To=Yu Watanabe2024-10-111-8/+7
* sd-netlink,network: rename functions and RoutingPolicyRule.typeYu Watanabe2024-10-101-2/+2
* network/routing-policy-rule: use config_parse_routing_policy_rule() moreYu Watanabe2024-08-241-9/+11
* network/routing-policy-rule: introduce a generic conf-parser for [RoutingPoli...Yu Watanabe2024-08-241-6/+13
* network/routing-policy-rule: merge two conf parsersYu Watanabe2024-08-241-2/+1
* network/routing-policy-rule: sort conf-parser prototypesYu Watanabe2024-08-231-10/+10
* network/routing-policy-rule: support all known type of ruleYu Watanabe2024-08-201-1/+3
* network/routing-policy-rule: also manage remaining attributesYu Watanabe2024-08-201-3/+3
* network/routing-policy-rule: introduce ref and unref functions for RoutingPol...Yu Watanabe2024-08-191-1/+4
* network/routing-policy-rule: manage all flagsYu Watanabe2024-08-191-1/+1
* network/routing-policy-rule: use int32_t for suppress_prefixlenYu Watanabe2024-08-191-1/+1
* network/routing-policy-rule: reorder elements of RoutingPolicyRule and add co...Yu Watanabe2024-08-191-28/+27
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* network: rename link_drop_managed_xyz() -> link_drop_static_xyz()Yu Watanabe2024-02-141-1/+1
* network: Add L3MasterDevice= into routing policyNick Cao2024-01-191-1/+2
* network: re-design request queueYu Watanabe2022-03-111-5/+0
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-1/+1
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-1/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-1/+1
* network: routing policy rule: introduce fr_act_type_full_to_string()Yu Watanabe2021-11-251-0/+2
* network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-151-0/+2
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-0/+1
* network: rename functionYu Watanabe2021-10-251-2/+3
* network: use NetworkConfigSource/State to manage routing policy rulesYu Watanabe2021-09-151-0/+4
* network: do not assume the highest priority when Priority= is unspecifiedYu Watanabe2021-08-181-0/+1
* network: expose hash and compare functionsYu Watanabe2021-06-071-0/+3
* network: use request queue to configure routing policy rulesYu Watanabe2021-05-121-4/+4
* network: do not serialize/deserialize routing policy rulesYu Watanabe2020-12-291-3/+0
* network: drop unnecessary routing policy rulesYu Watanabe2020-12-291-0/+7
* network: treat rule which has l3mdev flag as created by kernelYu Watanabe2020-12-291-0/+1
* network: set FRA_PROTOCOL to RTPROT_STATIC by defaultYu Watanabe2020-12-291-1/+2
* network: Allow to configure unreachable/blackhole RoutingPolicyRule (#17984)Susant Sahani2020-12-181-2/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-061-1/+1
* network: drop unused elementYu Watanabe2020-10-061-1/+0
* network: introduce network_verify_routing_policy_rules()Yu Watanabe2020-10-061-1/+2
* network: make routing_policy_rule_new() staticYu Watanabe2020-10-061-3/+0
* network: move manager_rtnl_process_rule() to networkd-routing-policy-rule.[ch]Yu Watanabe2020-10-061-2/+2
* network: drop list of static routing policy rulesYu Watanabe2020-10-061-12/+5
* network: make routing_policy_rule_free() returns NULLYu Watanabe2020-10-061-1/+1
* network: make several functions staticYu Watanabe2020-10-051-5/+0
* network: move link_request_set_routing_policy()Yu Watanabe2020-10-051-0/+2
* network: add debug log for removing routing policy rulesYu Watanabe2020-09-101-2/+2
* network: add SuppressPrefixLength option to RoutingPolicyRule (#14736)Naïm Favier2020-02-031-0/+3
* network: support UID based routing policyYu Watanabe2020-02-021-0/+2
* network: add RoutingPolicyRule.Family= settingYu Watanabe2019-08-161-1/+3
* network: refuse the case To= and From= are in different address familyYu Watanabe2019-08-161-0/+1
* network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-191-9/+2
* network: remove unused argument in routing_policy_rule_configure()Yu Watanabe2019-06-041-1/+1