Changeset 8261 in genesis for nodes/CNodeZijloever


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (15 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/CNodeZijloever/wleiden.conf

    r8039 r8261  
    1818$Y='464073';
    1919
    20 $config{'ep0'}=sprintf <<ED0;  # Ethernet
     20$config{'ep0'}=sprintf <<ED0;
     21COMMENT=Ethernet
    2122TYPE=ethernet
    2223IP=172.19.0.65/28
     
    3233
    3334
    34 $config{'wi0'}=sprintf <<EW0;  # omni
     35$config{'wi0'}=sprintf <<EW0;
     36COMMENT=omni
    3537TYPE=wireless
    3638IP=$master_ip/26
     
    4951EW0
    5052
    51 $config{'wi1'}=sprintf <<EW1;  # link naar SOM
     53$config{'wi1'}=sprintf <<EW1;
     54COMMENT=link naar SOM
    5255TYPE=wireless
    5356IP=172.16.1.62/30
     
    5861MODE=managed
    5962ESSID=il-z.som.wleiden.net
    60 #CHANNEL=5
     63CHANNEL=5
    6164
    6265
     
    6568EW1
    6669
    67 $config{'wi2'}=sprintf <<EW2;  # link naar Roomburgh1
     70$config{'wi2'}=sprintf <<EW2;
     71COMMENT=link naar Roomburgh1
    6872TYPE=wireless
    6973IP=172.16.0.230/30
     
    7478ESSID=il-n.roomburgh1.wleiden.net
    7579
    76 #CHANNEL=3
     80CHANNEL=3
    7781
    7882
Note: See TracChangeset for help on using the changeset viewer.