[rtems-libbsd commit] testsuite: Fix lo0 ifconfig error

Sebastian Huber sebh at rtems.org
Thu Oct 9 12:48:03 UTC 2014


Module:    rtems-libbsd
Branch:    master
Commit:    403d0b886a723335cbed973e6002370baaf2c95e
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=403d0b886a723335cbed973e6002370baaf2c95e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct  9 08:19:50 2014 +0200

testsuite: Fix lo0 ifconfig error

Avoid "ifa_del_loopback_route: deletion failed".

---

 .../include/rtems/bsd/test/default-network-init.h  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testsuite/include/rtems/bsd/test/default-network-init.h b/testsuite/include/rtems/bsd/test/default-network-init.h
index 19587bc..962635d 100644
--- a/testsuite/include/rtems/bsd/test/default-network-init.h
+++ b/testsuite/include/rtems/bsd/test/default-network-init.h
@@ -89,6 +89,7 @@ default_network_ifconfig_lo0(void)
 		"::1",
 		"prefixlen",
 		"128",
+		"alias",
 		NULL
 	};
 



More information about the vc mailing list