diff options
author | Christian Heim <phreak@gentoo.org> | 2006-05-25 10:09:00 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-05-25 10:09:00 +0000 |
commit | 641e205510a26ca3ae4ed9d3f7e27221e2656bb7 (patch) | |
tree | 86e317c5d043dfbde91cb981229623ca4a189c52 /net-scripts/conf.d/net.example | |
parent | Merging baselayout r2022 for branches/rc-scripts_1_6, branches/baselayout-1_1... (diff) | |
download | baselayout-vserver-641e205510a26ca3ae4ed9d3f7e27221e2656bb7.tar.gz baselayout-vserver-641e205510a26ca3ae4ed9d3f7e27221e2656bb7.tar.bz2 baselayout-vserver-641e205510a26ca3ae4ed9d3f7e27221e2656bb7.zip |
Merging r2046
svn path=/baselayout-vserver/trunk/; revision=365
Diffstat (limited to 'net-scripts/conf.d/net.example')
-rw-r--r-- | net-scripts/conf.d/net.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-scripts/conf.d/net.example b/net-scripts/conf.d/net.example index 2d62a18..10c10c9 100644 --- a/net-scripts/conf.d/net.example +++ b/net-scripts/conf.d/net.example @@ -557,6 +557,11 @@ # You have to specify a VPI and VCI for the interface like so #br2684ctl_nas0="-a 0.38" # UK VPI and VCI +# You may want to configure the encapulation method as well by adding the -e +# option to the command above (may need to be before the -a command) +# -e 0 # LLC (default) +# -e 1 # VC mux + # Then you can configure the interface as normal #config_nas0=( "192.168.0.1/24" ) |