Ignore:
Timestamp:
Apr 23, 2007, 8:52:18 PM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
f5c6c2a
Parents:
c85b6b0
Message:

Space and Tab cleanup, set default to no for now until everything is implemented and tested.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2425 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/fwifupdown/files/interfaces.example

    rc85b6b0 r29fd416  
    1313
    1414iface eth0.0 inet static
    15         address 0.0.0.0
    16         netmask 255.255.255.255
     15        address 0.0.0.0
     16        netmask 255.255.255.255
    1717        broadcast +
    18         switch-ports 1 2 3 4 5*
     18        switch-ports 1 2 3 4 5*
    1919
    2020
     
    4040auto eth0.1:1
    4141iface eth0.1:1 inet static
    42         address 192.168.10.1
    43         netmask 255.255.255.0
     42        address 192.168.10.1
     43        netmask 255.255.255.0
    4444        broadcast +
    4545
     
    6161#       address 192.168.200.2
    6262#       netmask 255.255.255.0
    63 
Note: See TracChangeset for help on using the changeset viewer.