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

    r7657 r8261  
    2020$AGGREGATE=22;
    2121
    22 $config{'sis0'}=sprintf <<ED0;  # ethernet poort 0 StruykVerwo2
     22$config{'sis0'}=sprintf <<ED0;
     23COMMENT=ethernet poort 0 StruykVerwo2
    2324TYPE=ethernet
    2425IP=172.25.74.65/29
     
    3233ED0
    3334
    34 $config{'sis1'}=sprintf <<ED1;  # Ethernet naar LMStruykVerwo1
     35$config{'sis1'}=sprintf <<ED1;
     36COMMENT=Ethernet naar LMStruykVerwo1
    3537TYPE=ethernet
    3638IP=172.16.1.182/30
     
    4446ED1
    4547
    46 $config{'wi0'}=sprintf <<EW0;  # interlink struykverwo kaag
     48$config{'wi0'}=sprintf <<EW0;
     49COMMENT=interlink struykverwo kaag
    4750TYPE=wireless
    4851IP=172.16.1.197/30
     
    5760EW0
    5861
    59 $config{'wi1'}=sprintf <<EW1;  # Interlink kempers - struykverwo
     62$config{'wi1'}=sprintf <<EW1;
     63COMMENT=Interlink kempers - struykverwo
    6064TYPE=wireless
    6165IP=172.16.1.206/30
     
    6569MODE=managed
    6670ESSID=il-zw.kmprs.wleiden.net
    67 #CHANNEL=1
     71CHANNEL=1
    6872
    6973
Note: See TracChangeset for help on using the changeset viewer.