Changeset 8261 in genesis for nodes/CNodeLMdorp


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/CNodeLMdorp/wleiden.conf

    r8260 r8261  
    1919$LOCATION='Dorpskerk, Dorpsstraat, Leimuiden';
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # eth
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=eth
    2223TYPE=ethernet
    2324IP=172.25.40.65/29
     
    2930ED0
    3031
    31 $config{'wi0'}=sprintf <<EW0;  # OMNI
     32$config{'wi0'}=sprintf <<EW0;
     33COMMENT=OMNI
    3234TYPE=wireless
    3335IP=$master_ip/26
     
    4648EW0
    4749
    48 $config{'wi1'}=sprintf <<EW1;  # link naar LMKempers1
     50$config{'wi1'}=sprintf <<EW1;
     51COMMENT=link naar LMKempers1
    4952TYPE=wireless
    5053IP=172.16.1.194/30
     
    5558MODE=managed
    5659ESSID=il-zw.kmprs.wleiden.net
    57 #CHANNEL=1
     60CHANNEL=1
    5861
    5962
     
    6265EW1
    6366
    64 $config{'wi2'}=sprintf <<EW2;  # link naar Space
     67$config{'wi2'}=sprintf <<EW2;
     68COMMENT=link naar Space
    6569TYPE=wireless
    6670IP=172.16.0.61/30
Note: See TracChangeset for help on using the changeset viewer.