fix the bug

This commit is contained in:
Sukchan Lee
2017-12-07 11:45:54 +00:00
parent e4fd5ad70f
commit 126c8b4e11
2 changed files with 5 additions and 0 deletions

View File

@@ -410,6 +410,7 @@ static void sock_test7(abts_case *tc, void *data)
ABTS_INT_EQUAL(tc, CORE_OK, rv);
sock_remove_all_nodes(&list);
sock_remove_all_nodes(&list6);
}
abts_suite *testsock(abts_suite *suite)

View File

@@ -8,6 +8,10 @@ if [ "$SYSTEM" = "Linux" ]; then
fi
ip addr add 45.45.0.1/16 dev pgwtun
ip link set pgwtun up
ip addr add fec0::2 dev lo
ip addr add fec0::3 dev lo
ip addr add fec0::4 dev lo
ip addr add fec0::5 dev lo
else
ifconfig lo0 alias 127.0.0.2 netmask 255.255.255.255
ifconfig lo0 alias 127.0.0.3 netmask 255.255.255.255