Changeset cf79cd5 in freewrt for docs


Ignore:
Timestamp:
May 19, 2007, 1:09:45 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
19baeed
Parents:
d8a7d94
Message:

resolve conflicts, n0-1 told me not to break this

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2548 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/handbook/user/handbook.tex

    rd8a7d94 rcf79cd5  
    611611\section{Network Configuration}
    612612
    613 <<<<<<< .mine
    614613The device names for real network interfaces in Linux are named \code{ethx} (\code{x} is
    615614\code{0--9}). If the device has a switch, the different ports are separated via VLAN
     
    619618it in the ADK menue, if you like.
    620619
    621 =======
    622 The device names for real network interfaces in Linux are named \code{ethx}
    623 (\code{x} is \code{0--9}). If the device has a switch, the different ports are
    624 separated via VLAN technology. The vlan interfaces are named \code{ethx.y}.
    625 The network configuration in FreeWRT is managed via \app{Busybox}'s
    626 \app{ifupdown} implementation. \app{Busybox}'s builtin \app{ip} command
    627 configures the network interfaces. There is no \app{ifconfig} or \app{route}.
    628 >>>>>>> .r2546
    629620To show all configured network interfaces use:
    630621\begin{Verbatim}[label=show IP address]
     
    646637\end{Verbatim}
    647638
    648 <<<<<<< .mine
    649639<b>ATTENTION: Be sure you have no whitespaces at the and of any value!</b>
    650640
    651641\code{auto <iface-name>} is optional and, if set, tells the \app{ifup} script to
    652642start this interface automatically on bootup.
    653 =======
    654 \code{auto <iface-name>} is optional and, if set, tells the \app{ifup} script
    655 to start this interface automatically on bootup.
    656 >>>>>>> .r2546
    657643
    658644Each interface needs a unique name which, depending on the method, represents
Note: See TracChangeset for help on using the changeset viewer.