mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 03:37:23 +00:00
Improve comments in setup-tapif
This commit is contained in:
parent
f72227aadc
commit
0df1559056
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user