Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_tap Move -lrumpdev so it is effective.



details:   https://anonhg.NetBSD.org/src/rev/0674184b05ec
branches:  trunk
changeset: 347022:0674184b05ec
user:      kre <kre%NetBSD.org@localhost>
date:      Wed Aug 10 22:42:21 2016 +0000

description:
Move -lrumpdev so it is effective.

This test still fails (as does another using tap interfaces) ...

tc-se:rump.ifconfig: clone_command: Device not configured
tc-se:rump.ifconfig: exec_matches: Device not configured

Something is wrong with rumpnet_tap ...

diffstat:

 tests/net/if_tap/t_tap.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5e71a0c2f8ea -r 0674184b05ec tests/net/if_tap/t_tap.sh
--- a/tests/net/if_tap/t_tap.sh Wed Aug 10 22:37:07 2016 +0000
+++ b/tests/net/if_tap/t_tap.sh Wed Aug 10 22:42:21 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_tap.sh,v 1.2 2016/06/21 05:04:16 ozaki-r Exp $
+#      $NetBSD: t_tap.sh,v 1.3 2016/08/10 22:42:21 kre Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -26,7 +26,7 @@
 #
 
 RUMP_FLAGS="-lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_netinet6"
-RUMP_FLAGS="$RUMP_FLAGS -lrumpnet_shmif -lrumpdev -lrumpnet_tap -lrumpnet_bridge"
+RUMP_FLAGS="$RUMP_FLAGS -lrumpnet_shmif -lrumpnet_tap -lrumpnet_bridge -lrumpdev"
 HIJACKING="env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=sysctl=yes"
 
 SOCK_LOCAL=unix://commsock1



Home | Main Index | Thread Index | Old Index