summaryrefslogtreecommitdiff
path: root/src/network/networkd-routing-policy-rule.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-13/+2
* Merge pull request #21235 from bacher09/slava/supress_ifgroupYu Watanabe2021-11-161-7/+87
|\
| * network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-161-7/+87
* | network: split networkd-route.[ch]Yu Watanabe2021-11-141-1/+1
|/
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-4/+26
* network: use NetworkConfigSource/State to manage routing policy rulesYu Watanabe2021-09-151-241/+193
* Merge pull request #20699 from yuwata/network-drop-foreignLuca Boccassi2021-09-101-9/+0
|\
| * network: drop unused "after_configure" feature for nexthops, neighbors, and r...Yu Watanabe2021-09-101-9/+0
* | network: use sd_netlink_message_read_string_strdup()Yu Watanabe2021-09-101-11/+4
|/
* network: fix wrong flag: manage_foreign_routes -> manage_foreign_rulesYu Watanabe2021-09-071-1/+1
* network: do not assume the highest priority when Priority= is unspecifiedYu Watanabe2021-08-181-15/+105
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-1/+1
* networkd: Permit all-zero RoutingPolicyRule prefixesHristo Venev2021-06-221-2/+2
* networkd: reorder conditional to handle errors firstZbigniew Jędrzejewski-Szmek2021-06-091-6/+4
* network: expose hash and compare functionsYu Watanabe2021-06-081-2/+2
* sd-netlink: do not set action for RTM_GETRULE messageYu Watanabe2021-05-251-5/+3
* network: make nexthop_add(), nexthop_configure() and friends return 0 on successYu Watanabe2021-05-221-3/+1
* network: fix possible message counter double decrementYu Watanabe2021-05-181-0/+3
* network: shorten code a bit and update log messageYu Watanabe2021-05-141-10/+6
* network: use request queue to configure routing policy rulesYu Watanabe2021-05-121-49/+118
* network: simplify and rename routing_policy_rule_copy()Yu Watanabe2021-05-121-38/+20
* network: rename routing_policy_rule_configure_internal() and make it take cal...Yu Watanabe2021-05-121-55/+62
* network: reduce indentation in log_address_debug() or friendsYu Watanabe2021-04-301-10/+11
* network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...Yu Watanabe2021-04-131-0/+2
* network: use in_addr_prefix_to_string()Yu Watanabe2021-02-181-4/+4
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-2/+2
* network: make address_configure() or friends return 1 when the address is newYu Watanabe2021-02-121-3/+4
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-121-2/+2
* network: use defined route table name in debug logsYu Watanabe2021-02-031-11/+13
* network: add support to RoutingPolicyRule lookup table nameSusant Sahani2021-01-191-2/+4
* Merge pull request #18243 from ssahani/ensure-put-useYu Watanabe2021-01-171-5/+1
|\
| * network: routing policy rule - Use hashmap_ensure_putSusant Sahani2021-01-151-5/+1
* | network: routing-policy-rule - TAKE_PTRSusant Sahani2021-01-161-23/+13
|/
* network: drop fib rules configured with Family=bothYu Watanabe2020-12-301-4/+30
* network: set RoutingPolicyRule::family based on Family= settingYu Watanabe2020-12-301-2/+7
* network: always re-configure rules even if already existYu Watanabe2020-12-301-34/+40
* network: drop unnecessary checksYu Watanabe2020-12-301-4/+2