mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 11:10:21 +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
This commit is contained in:
parent
3cf736b9e0
commit
4b68c88023
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,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