Changeset 8261 in genesis for nodes/CNodeAster


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

    r7689 r8261  
    1414$Y='466945';
    1515
    16 $config{'ath0'}=sprintf <<ED1;  # omni voor de buurt
     16$config{'ath0'}=sprintf <<ED1;
     17COMMENT=omni voor de buurt
    1718TYPE=wireless
    1819IP=$master_ip/26
     
    2627ED1
    2728
    28 $config{'vr0'}=sprintf <<VR0;  # local subnet with PoE
     29$config{'vr0'}=sprintf <<VR0;
     30COMMENT=local subnet with PoE
    2931TYPE=ethernet
    3032IP=172.23.26.65/28
     
    3436VR0
    3537
    36 $config{'vr1'}=sprintf <<VR1;  # link naar lijtweg1 bridge
     38$config{'vr1'}=sprintf <<VR1;
     39COMMENT=link naar lijtweg1 bridge
    3740TYPE=ethernet
    3841EXTRA_TYPE=eth2wifibridge
     
    4144SDESC=aster2lijtweg1
    4245DHCP=no
    43 #ESSID=il-w.lijtweg1.wleiden.net
     46ESSID=il-w.lijtweg1.wleiden.net
    4447VR1
    4548
Note: See TracChangeset for help on using the changeset viewer.