diff options
author | Nick Cao <nickcao@nichi.co> | 2024-01-17 22:28:15 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-01-19 01:17:50 +0100 |
commit | 4be1fc8443779f6a3d0572b9f3d8a531f74b3bfd (patch) | |
tree | 8e55571127caab60b0eaee20f8caeff08c4824ca /src/network/networkd-network-gperf.gperf | |
parent | Merge pull request #30988 from bluca/dbus_docs (diff) | |
download | systemd-4be1fc8443779f6a3d0572b9f3d8a531f74b3bfd.tar.xz systemd-4be1fc8443779f6a3d0572b9f3d8a531f74b3bfd.zip |
network: Add L3MasterDevice= into routing policy
Diffstat (limited to 'src/network/networkd-network-gperf.gperf')
-rw-r--r-- | src/network/networkd-network-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-network-gperf.gperf b/src/network/networkd-network-gperf.gperf index fd1f26c798..f0650a0c88 100644 --- a/src/network/networkd-network-gperf.gperf +++ b/src/network/networkd-network-gperf.gperf @@ -180,6 +180,7 @@ RoutingPolicyRule.IPProtocol, config_parse_routing_policy_rule_ip RoutingPolicyRule.SourcePort, config_parse_routing_policy_rule_port_range, 0, 0 RoutingPolicyRule.DestinationPort, config_parse_routing_policy_rule_port_range, 0, 0 RoutingPolicyRule.InvertRule, config_parse_routing_policy_rule_invert, 0, 0 +RoutingPolicyRule.L3MasterDevice, config_parse_routing_policy_rule_l3mdev, 0, 0 RoutingPolicyRule.Family, config_parse_routing_policy_rule_family, 0, 0 RoutingPolicyRule.User, config_parse_routing_policy_rule_uid_range, 0, 0 RoutingPolicyRule.SuppressInterfaceGroup, config_parse_routing_policy_rule_suppress_ifgroup, 0, 0 |