Changeset 8261 in genesis for nodes/CNodeThomas/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/CNodeThomas/wleiden.conf

    r8260 r8261  
    2020$Y='463474';
    2121
    22 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     22$config{'sis0'}=sprintf <<ED0;
     23COMMENT=Ethernet
    2324TYPE=ethernet
    2425IP=172.17.48.65/29
     
    3233ED0
    3334
    34 $config{'wi0'}=sprintf <<EW0;  # OMNI
     35$config{'wi0'}=sprintf <<EW0;
     36COMMENT=OMNI
    3537TYPE=wireless
    3638IP=$master_ip/26
     
    5961MODE=managed
    6062ESSID=il-zo.vosko2.wleiden.net
    61 #CHANNEL=1
     63CHANNEL=1
    6264
    6365
     
    6769
    6870
    69 $config{'wi2'}=sprintf <<EW2;  # link naar IMI
     71$config{'wi2'}=sprintf <<EW2;
     72COMMENT=link naar IMI
    7073TYPE=wireless
    7174IP=172.16.0.82/30
     
    7679MODE=managed
    7780ESSID=il-no.imi.wleiden.net
    78 #CHANNEL=8
     81CHANNEL=8
    7982
    8083
Note: See TracChangeset for help on using the changeset viewer.