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

    r7657 r8261  
    2020$LOKATIE='Roseveltstraat 4c, Leiden';
    2121
    22 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     22$config{'sis0'}=sprintf <<ED0;
     23COMMENT=Ethernet
    2324TYPE=ethernet
    2425IP=172.21.16.65/28
     
    3233ED0
    3334
    34 $config{'sis0:0'}=sprintf <<ED00;  # Ethernet
     35$config{'sis0:0'}=sprintf <<ED00;
     36COMMENT=Ethernet
    3537TYPE=ethernet
    3638IP=172.21.16.97/27
     
    4446ED00
    4547
    46 $config{'sis0:1'}=sprintf <<ED01; # Ethernet
     48$config{'sis0:1'}=sprintf <<ED01;
     49COMMENT=Ethernet
    4750TYPE=ethernet
    4851IP=172.21.16.129/28
     
    5659ED01
    5760
    58 $config{'wi0'}=sprintf <<EW0;  # omni
     61$config{'wi0'}=sprintf <<EW0;
     62COMMENT=omni
    5963TYPE=wireless
    6064IP=$master_ip/26
     
    7377EW0
    7478
    75 $config{'wi1'}=sprintf <<EW1; #Link naar Haagwijk
     79$config{'wi1'}=sprintf <<EW1;
     80COMMENT=Link naar Haagwijk
    7681
    7782TYPE=wireless
     
    8489ESSID=il-o.haagwijk.wleiden.net
    8590
    86 #CHANNEL=9
     91CHANNEL=9
    8792
    8893
     
    9196EW1
    9297
    93 $config{'wi2'}=sprintf <<EW2;  # Link naar Grip
     98$config{'wi2'}=sprintf <<EW2;
     99COMMENT=Link naar Grip
    94100TYPE=wireless
    95101IP=172.16.1.2/30
     
    101107ESSID=il-zw.grip.wleiden.net
    102108
    103 #CHANNEL=9
     109CHANNEL=9
    104110
    105111
Note: See TracChangeset for help on using the changeset viewer.