Changeset a0a4b6a in freewrt for docs


Ignore:
Timestamp:
Feb 13, 2007, 9:51:17 AM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
a0dec5f
Parents:
ece651a
Message:

OK, we found some cases where the legacy ioctl-Interface is used to determinate ip and broadcast address from an interface (olsrd). For many years there is a netlink interface, but some programmers ignore it. With this interface it is not possible to see the internal broadcast route ("ip route show table local | grep broadcast"). I added a "broadcast +" option to all example configs, the broadcast is then determinated automatically by the kernel (tested with various netmask combinations).

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

File:
1 edited

Legend:

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

    rece651a ra0a4b6a  
    641641\item[address] the IP address  - required
    642642\item[netmask] the netmask     - required
     643\item[broadcast] broadcast address - only required for legacy applications (if using +, it will calculated automatically by the kernel)
    643644\item[gateway] an IP address added as default gateway if present
    644645\end{description}
     
    672673    address 192.168.1.1
    673674    netmask 255.255.255.0
     675    broadcast +
    674676\end{Verbatim}
    675677
     
    807809        address 192.168.10.1
    808810        netmask 255.255.255.0
     811        broadcast +
    809812        wireless-type broadcom
    810813        wireless-country DE
     
    821824        address 192.168.10.1
    822825        netmask 255.255.255.0
     826        broadcast +
    823827        wireless-type broadcom
    824828        wireless-country DE
     
    834838        address 192.168.10.1
    835839        netmask 255.255.255.0
     840        broadcast +
    836841        wireless-type broadcom
    837842        wireless-country DE
     
    864869        address 192.168.10.1
    865870        netmask 255.255.255.0
     871        broadcast +
    866872        wireless-type broadcom
    867873        wireless-country DE
     
    890896        address 192.168.10.1
    891897        netmask 255.255.255.0
     898        broadcast +
    892899        wireless-type broadcom
    893900        wireless-country DE
Note: See TracChangeset for help on using the changeset viewer.