diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-08 20:50:08 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-10 11:19:03 +0200 |
commit | d85b0d69f1aa6cf256f396454608f2df91ef387c (patch) | |
tree | 57da199cd6a70ce71b2c903d7b57a506fa510fb4 /src/network/networkd-routing-policy-rule.h | |
parent | network: also logs priority of routing policy rules (diff) | |
download | systemd-d85b0d69f1aa6cf256f396454608f2df91ef387c.tar.xz systemd-d85b0d69f1aa6cf256f396454608f2df91ef387c.zip |
network: add debug log for removing routing policy rules
Diffstat (limited to 'src/network/networkd-routing-policy-rule.h')
-rw-r--r-- | src/network/networkd-routing-policy-rule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/networkd-routing-policy-rule.h b/src/network/networkd-routing-policy-rule.h index 21ca0e8021..af954e8fb5 100644 --- a/src/network/networkd-routing-policy-rule.h +++ b/src/network/networkd-routing-policy-rule.h @@ -62,8 +62,8 @@ void routing_policy_rule_free(RoutingPolicyRule *rule); DEFINE_NETWORK_SECTION_FUNCTIONS(RoutingPolicyRule, routing_policy_rule_free); int routing_policy_rule_section_verify(RoutingPolicyRule *rule); -int routing_policy_rule_configure(RoutingPolicyRule *address, Link *link, link_netlink_message_handler_t callback); -int routing_policy_rule_remove(RoutingPolicyRule *routing_policy_rule, Link *link, link_netlink_message_handler_t callback); +int routing_policy_rule_configure(RoutingPolicyRule *rule, Link *link, link_netlink_message_handler_t callback); +int routing_policy_rule_remove(RoutingPolicyRule *rule, Link *link, link_netlink_message_handler_t callback); int routing_policy_rule_add_foreign(Manager *m, RoutingPolicyRule *rule, RoutingPolicyRule **ret); int routing_policy_rule_get(Manager *m, RoutingPolicyRule *rule, RoutingPolicyRule **ret); |