client/tests: adjust expected output for new order of replace-local-rule

Now replace-local-rule is under routing-rules and therefore expected
output need to be adjusted in tests.
This commit is contained in:
Fernando Fernandez Mancera 2023-02-22 22:20:41 +00:00
parent f46512c54f
commit b5e347b313
3 changed files with 496 additions and 496 deletions

View file

@ -678,6 +678,8 @@
<property name="route-table"
description="Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager." />
<property name="routing-rules" />
<property name="replace-local-rule"
description="Connections will default to keep the autogenerated priority 0 local rule unless this setting is set to TRUE." />
<property name="ignore-auto-routes"
description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured routes are ignored and only routes specified in the &quot;routes&quot; property, if any, are used." />
<property name="ignore-auto-dns"
@ -712,8 +714,6 @@
description="Array of servers from which DHCP offers must be rejected. This property is useful to avoid getting a lease from misconfigured or rogue servers. For DHCPv4, each element must be an IPv4 address, optionally followed by a slash and a prefix length (e.g. &quot;192.168.122.0/24&quot;). This property is currently not implemented for DHCPv6." />
<property name="auto-route-ext-gw"
description="VPN connections will default to add the route automatically unless this setting is set to FALSE. For other connection types, adding such an automatic route is currently not supported and setting this to TRUE has no effect." />
<property name="replace-local-rule"
description="Connections will default to keep the autogenerated priority 0 local rule unless this setting is set to TRUE." />
</setting>
<setting name="ipv6" >
<property name="method"
@ -739,6 +739,8 @@
<property name="route-table"
description="Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager." />
<property name="routing-rules" />
<property name="replace-local-rule"
description="Connections will default to keep the autogenerated priority 0 local rule unless this setting is set to TRUE." />
<property name="ignore-auto-routes"
description="When &quot;method&quot; is set to &quot;auto&quot; and this property to TRUE, automatically configured routes are ignored and only routes specified in the &quot;routes&quot; property, if any, are used." />
<property name="ignore-auto-dns"
@ -773,8 +775,6 @@
description="VPN connections will default to add the route automatically unless this setting is set to FALSE. For other connection types, adding such an automatic route is currently not supported and setting this to TRUE has no effect." />
<property name="token"
description="Configure the token for draft-chown-6man-tokenised-ipv6-identifiers-02 IPv6 tokenized interface identifiers. Useful with eui64 addr-gen-mode." />
<property name="replace-local-rule"
description="Connections will default to keep the autogenerated priority 0 local rule unless this setting is set to TRUE." />
</setting>
<setting name="loopback" >
<property name="mtu"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff