Changeset 8261 in genesis for nodes/CNodeLMstruykverwo1


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

    r8260 r8261  
    1919$AGGREGATE=22;
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # ethernet poort 0
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=ethernet poort 0
    2223TYPE=ethernet
    2324IP=172.25.70.65/29
     
    3031ED0
    3132
    32 $config{'sis1'}=sprintf <<ED0;  # ethernet poort naar Struykverwo2
     33$config{'sis1'}=sprintf <<ED0;
     34COMMENT=ethernet poort naar Struykverwo2
    3335TYPE=ethernet
    3436IP=172.16.1.181/30
     
    4244ED0
    4345
    44 $config{'wi0'}=sprintf <<EW0;  # link Rijnsaterwoude Gem Huis, (was hoofdorp)
     46$config{'wi0'}=sprintf <<EW0;
     47COMMENT=link Rijnsaterwoude Gem Huis, (was hoofdorp)
    4548TYPE=wireless
    4649IP=172.16.1.54/30
     
    5659EW0
    5760
    58 $config{'wi1'}=sprintf <<EW1; # OMNI voor de buurt ap.lmstruykverwo.wleiden.net
     61$config{'wi1'}=sprintf <<EW1;
     62COMMENT=OMNI voor de buurt ap.lmstruykverwo.wleiden.net
    5963TYPE=wireless
    6064IP=$master_ip/26
     
    7276EW1
    7377
    74 $config{'wi2'}=sprintf <<EW2;  # Inter link hoogmade - struyk Verwo
     78$config{'wi2'}=sprintf <<EW2;
     79COMMENT=Inter link hoogmade - struyk Verwo
    7580TYPE=wireless
    7681IP=172.16.1.186/30
     
    8085MODE=managed
    8186ESSID=il-no.hmkerk.wleiden.net
    82 #CHANNEL=13
     87CHANNEL=13
    8388
    8489
Note: See TracChangeset for help on using the changeset viewer.