Changeset 8261 in genesis for nodes/CNodeAA24


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

    r8260 r8261  
    2020#$AGGREGATE=22;
    2121
    22 $config{'ep0'}=sprintf <<ED0;  # eth
     22$config{'ep0'}=sprintf <<ED0;
     23COMMENT=eth
    2324TYPE=ethernet
    2425IP=172.25.136.65/29
     
    3536
    3637
    37 $config{'wi0'}=sprintf <<EW0;  # OMNI
     38$config{'wi0'}=sprintf <<EW0;
     39COMMENT=OMNI
    3840TYPE=wireless
    3941IP=$master_ip/26
     
    5355EW0
    5456
    55 $config{'wi1'}=sprintf <<EW1;  # link naar Hans
     57$config{'wi1'}=sprintf <<EW1;
     58COMMENT=link naar Hans
    5659TYPE=wireless
    5760IP=172.16.2.42/30
     
    6568MODE=managed
    6669ESSID=il-w.hans.wleiden.net
    67 #CHANNEL=4
     70CHANNEL=4
    6871
    6972
     
    7275EW1
    7376
    74 $config{'wi2'}=sprintf <<EW2;  # link naar roomburgh2
     77$config{'wi2'}=sprintf <<EW2;
     78COMMENT=link naar roomburgh2
    7579TYPE=wireless
    7680IP=172.16.0.246/30
     
    8286MODE=managed
    8387ESSID=il-zo.roomburgh2.wleiden.net
    84 #CHANNEL=5
     88CHANNEL=5
    8589
    8690
Note: See TracChangeset for help on using the changeset viewer.