Module Name:    src
Committed By:   kre
Date:           Wed Aug 10 22:42:21 UTC 2016

Modified Files:
        src/tests/net/if_tap: t_tap.sh

Log Message:
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 ...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/if_tap/t_tap.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/if_tap/t_tap.sh
diff -u src/tests/net/if_tap/t_tap.sh:1.2 src/tests/net/if_tap/t_tap.sh:1.3
--- src/tests/net/if_tap/t_tap.sh:1.2	Tue Jun 21 05:04:16 2016
+++ src/tests/net/if_tap/t_tap.sh	Wed Aug 10 22:42:21 2016
@@ -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

Reply via email to