From acdd4231cbcbf90f1d7f51c0471b15c59d80b1df Mon Sep 17 00:00:00 2001 From: Jacob Goense Date: Wed, 15 May 2019 08:41:18 +0200 Subject: [PATCH] Fix typo in script to set up a TAP interface --- build/sims/tap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/sims/tap.sh b/build/sims/tap.sh index 4272cd5b..c69a6d29 100755 --- a/build/sims/tap.sh +++ b/build/sims/tap.sh @@ -21,7 +21,7 @@ start() { brctl show > config.log ifconfig -a >> config.log - route -n > config.log + route -n >> config.log # tunctl -t $TAP -u $USER