mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 07:20:11 +01:00
tests: don't use a local address for testing a gateway route
Doesn't work on RHEL 7 kernel:
https://bugzilla.redhat.com/show_bug.cgi?id=1252067
(cherry picked from commit 4b68c88023)
This commit is contained in:
parent
3af5403b3a
commit
042d0127f1
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ setup_dev0_ip6 (int ifindex)
|
|||
/* Add an address so that a route to the gateway below gets added. */
|
||||
nm_platform_ip6_address_add (NM_PLATFORM_GET,
|
||||
ifindex,
|
||||
*nmtst_inet6_from_string ("2001:db8:8086::2"),
|
||||
*nmtst_inet6_from_string ("2001:db8:8086::666"),
|
||||
in6addr_any,
|
||||
64,
|
||||
3600,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue