Changeset 8261 in genesis for nodes/CNodeRudi/wleiden.conf


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (14 years ago)
Author:
rick
Message:
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeRudi/wleiden.conf

    r8148 r8261  
    1515$Y='466050';
    1616
    17 $config{'ep0'}=sprintf <<EP0;  # eth
     17$config{'ep0'}=sprintf <<EP0;
     18COMMENT=eth
    1819TYPE=ethernet
    1920IP=172.23.0.65/29
    2021DESC=Ethernet naar Xlexit
    2122SDESC=eth
    22 #DHCP=68-70
     23DHCP=68-70
    2324DHCP=no
    2425EP0
    2526
    26 $config{'wi0'}=sprintf <<EW0;  # OMNI
     27$config{'wi0'}=sprintf <<EW0;
     28COMMENT=OMNI
    2729TYPE=wireless
    2830IP=$master_ip/26
     
    3537EW0
    3638
    37 $config{'wi1'}=sprintf <<EW1;  # link naar Rabo
     39$config{'wi1'}=sprintf <<EW1;
     40COMMENT=link naar Rabo
    3841TYPE=wireless
    3942IP=172.16.3.126/30
Note: See TracChangeset for help on using the changeset viewer.