Improve comments in setup-tapif

This commit is contained in:
Dirk Ziegelmeier 2018-11-05 19:16:35 +01:00
parent f72227aadc
commit 0df1559056

View File

@ -1,13 +1,16 @@
#!/bin/bash #!/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 # Alternatively, add "export PRECONFIGURED_TAPIF=tap0" to ~/.bashrc
# http://backreference.org/2010/03/26/tuntap-interface-tutorial/ # http://backreference.org/2010/03/26/tuntap-interface-tutorial/
# After executing this script, start unixsim/simhost. # After executing this script, start example_app.
# Enter 192.168.1.200 or "http://simhost.local/" (Zeroconf) # Enter 192.168.1.200 or "http://lwip.local/" (Zeroconf)
# in your webbrowser to see simhost webpage. # in your webbrowser to see example_app webpage.
export PRECONFIGURED_TAPIF=tap0 export PRECONFIGURED_TAPIF=tap0