mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
Improve comments in setup-tapif
This commit is contained in:
parent
f72227aadc
commit
0df1559056
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user