summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-routing-policy-rule.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: merge link_foreignize_config() and link_drop_foreign_config()Yu Watanabe2024-11-051-41/+27
* network: add AF_TO_ADDRESS_FAMILY() helperLennart Poettering2024-10-151-0/+1
* network/routing-policy-rule: use in_addr_prefix for From= and To=Yu Watanabe2024-10-111-61/+28
* sd-netlink,network: rename functions and RoutingPolicyRule.typeYu Watanabe2024-10-101-25/+25
* conf-parser: introduce config section parser wrapperYu Watanabe2024-09-061-35/+23
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-2/+1
* network/routing-policy-rule: use config_parse_routing_policy_rule() moreYu Watanabe2024-08-241-128/+40
* network/routing-policy-rule: introduce a generic conf-parser for [RoutingPoli...Yu Watanabe2024-08-241-230/+60
* network/routing-policy-rule: merge two conf parsersYu Watanabe2024-08-241-52/+18
* network/routing-policy-rule: trivial cleanups for conf-parsersYu Watanabe2024-08-241-38/+29
* network/routing-policy-rule: rename n -> ruleYu Watanabe2024-08-241-84/+84
* Merge pull request #34111 from yuwata/log_section_full_errnoYu Watanabe2024-08-241-15/+18
|\
| * network/routing-policy-rule: use log_section_warning_errno()Yu Watanabe2024-08-231-15/+18
* | network/routing-policy-rule: read FRA_PROTOCOL afer reading other propertiesYu Watanabe2024-08-231-13/+11
* | network/routing-policy-rule: add more assertionsYu Watanabe2024-08-231-0/+3
|/
* network/routing-policy-rule: use address family of existing rule when judging...Yu Watanabe2024-08-211-3/+5
* network/routing-policy-rule: support all known type of ruleYu Watanabe2024-08-201-9/+62
* network/routing-policy-rule: also manage remaining attributesYu Watanabe2024-08-201-2/+50
* network/routing-policy-rule: remove rules that have conflicting flagsYu Watanabe2024-08-201-11/+37
* network/routing-policy-rule: anyway detach rule even when we fail to remove itYu Watanabe2024-08-201-13/+37
* network/routing-policy-rule: do not save rule to Manager before it is configuredYu Watanabe2024-08-201-52/+97
* network/routing-policy-rule: skip requesting when rule is already requestedYu Watanabe2024-08-201-0/+44
* network/routing-policy-rule: add trailing period to the log messageYu Watanabe2024-08-201-2/+2
* network/routing-policy-rule: do not modify RountingPolicyRule objects managed...Yu Watanabe2024-08-201-66/+72
* network/routing-policy-rule: drop unused argumentYu Watanabe2024-08-191-5/+3
* network/routing-policy-rule: introduce ref and unref functions for RoutingPol...Yu Watanabe2024-08-191-41/+76
* network/routing-policy-rule: manage all flagsYu Watanabe2024-08-191-9/+5
* network/routing-policy-rule: update hash and compare function for fib ruleYu Watanabe2024-08-191-109/+90
* network: Fixup Table when L3MasterDevice is set on routing policy ruleNick Cao2024-07-281-3/+4
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-091-0/+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-18/+61
* parse-helpers: allow port 0 for socket bind itemsnetworkException2024-01-061-1/+1
* siphash24: introduce siphash24_compress_typesafe() macroYu Watanabe2023-12-251-19/+19
* Merge pull request #28359 from keszybz/ret-gatherDaan De Meyer2023-07-281-4/+2
|\
| * network: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-4/+2
* | network: do not append table number in TableString field in json outputYu Watanabe2023-07-141-1/+1
|/
* network: Table= also accepts table nameYu Watanabe2022-10-281-1/+1
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-4/+4
* network: re-design request queueYu Watanabe2022-03-111-7/+11
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-36/+15
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+3
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-8/+4
* network: move functionsYu Watanabe2022-02-251-22/+22
* network: drop detailed log messagesYu Watanabe2022-02-251-14/+16
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-2/+2
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-5/+5
* network: move logging from routing_policy_rule_set_netlink_message() to the c...Zbigniew Jędrzejewski-Szmek2022-01-051-28/+28
* network: routing policy rule: introduce fr_act_type_full_to_string()Yu Watanabe2021-11-251-0/+10
* network: accept all values provided by kernelYu Watanabe2021-11-171-13/+2