From 0df155905678fc5867fb72e9c245ba45c460535a Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 5 Nov 2018 19:16:35 +0100 Subject: [PATCH] Improve comments in setup-tapif --- contrib/ports/unix/setup-tapif | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/contrib/ports/unix/setup-tapif b/contrib/ports/unix/setup-tapif index 75a603f6..d5c4935d 100755 --- a/contrib/ports/unix/setup-tapif +++ b/contrib/ports/unix/setup-tapif @@ -1,13 +1,16 @@ #!/bin/bash -# Run me using "source setup-tapif" to get exported PRECONFIGURED_TAPIF variable +# This script needs bridge-util debian package or similar +# for other distros. + +# Run using "source setup-tapif" to get exported PRECONFIGURED_TAPIF variable # Alternatively, add "export PRECONFIGURED_TAPIF=tap0" to ~/.bashrc # http://backreference.org/2010/03/26/tuntap-interface-tutorial/ -# After executing this script, start unixsim/simhost. -# Enter 192.168.1.200 or "http://simhost.local/" (Zeroconf) -# in your webbrowser to see simhost webpage. +# After executing this script, start example_app. +# Enter 192.168.1.200 or "http://lwip.local/" (Zeroconf) +# in your webbrowser to see example_app webpage. export PRECONFIGURED_TAPIF=tap0