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

    r7657 r8261  
    1919$Y='464299';
    2020
    21 $config{'ep0'}=sprintf <<ED0;  # Ethernet
     21$config{'ep0'}=sprintf <<ED0;
     22COMMENT=Ethernet
    2223TYPE=ethernet
    2324IP=172.19.8.65/28
     
    3435
    3536
    36 $config{'wi0'}=sprintf <<EW;   # Omni
     37$config{'wi0'}=sprintf <<EW;
     38COMMENT=Omni
    3739TYPE=wireless
    3840IP=$master_ip/26
     
    5052EW
    5153
    52 $config{'wi1'}=sprintf <<EW;  # active test AP
     54$config{'wi1'}=sprintf <<EW;
     55COMMENT=active test AP
    5356TYPE=wireless
    5457IP=172.19.8.81/30
     
    6568EW
    6669
    67 $config{'wi2'}=sprintf <<EW;  # link naar Cetim2
     70$config{'wi2'}=sprintf <<EW;
     71COMMENT=link naar Cetim2
    6872TYPE=wireless
    6973IP=172.16.0.42/30
     
    7781ESSID=il-no.cetim2.wleiden.net
    7882
    79 #CHANNEL=10
     83CHANNEL=10
    8084
    8185
     
    8488EW
    8589
    86 $config{'wi3'}=sprintf <<EW;  # link naar Som
     90$config{'wi3'}=sprintf <<EW;
     91COMMENT=link naar Som
    8792TYPE=wireless
    8893IP=172.16.0.50/30
     
    97102MODE=managed
    98103ESSID=il-z.som.wleiden.net
    99 #CHANNEL=5
     104CHANNEL=5
    100105
    101106
Note: See TracChangeset for help on using the changeset viewer.