testsuite: Fix lo0 ifconfig error

Avoid "ifa_del_loopback_route: deletion failed".
This commit is contained in:
Sebastian Huber 2014-10-09 08:19:50 +02:00
parent 573b4cd62f
commit 403d0b886a

View File

@ -89,6 +89,7 @@ default_network_ifconfig_lo0(void)
"::1", "::1",
"prefixlen", "prefixlen",
"128", "128",
"alias",
NULL NULL
}; };