Changeset 8261 in genesis for nodes/CNodeDeClercq


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

    r8260 r8261  
    99$Y='462845';
    1010
    11 $config{'ath0'}=sprintf <<ATH0;  # Ap voor buurt
     11$config{'ath0'}=sprintf <<ATH0;
     12COMMENT=Ap voor buurt
    1213TYPE=wireless
    1314IP=$master_ip/26
     
    2122ATH0
    2223
    23 $config{'vr0'}=sprintf <<VR0;  # ethernet to local subnet with PoE
     24$config{'vr0'}=sprintf <<VR0;
     25COMMENT=ethernet to local subnet with PoE
    2426TYPE=ethernet
    2527IP=172.16.4.53/30
     
    3032VR0
    3133
    32 $config{'vr1'}=sprintf <<VR1; # a-link to Roomburgh3 via Nanostation5
     34$config{'vr1'}=sprintf <<VR1;
     35COMMENT=a-link to Roomburgh3 via Nanostation5
    3336TYPE=ethernet
    3437EXTRA_TYPE=eth2wifibridge
     
    3639DESC=Ethernet to interlink west (Roomburgh3)
    3740SDESC=2roomburgh3
    38 #MODE=master
    39 #ESSID=il-w.declercq.wleiden.net
    40 #CHANNEL=52
    41 #NSMAC=00:15:6D:EA:F0:70
     41MODE=master
     42ESSID=il-w.declercq.wleiden.net
     43CHANNEL=52
     44NSMAC=00:15:6D:EA:F0:70
    4245VR1
    4346
    44 $config{'vr2'}=sprintf <<VR2; # a-link to Leythenrode  via Nanostation5
     47$config{'vr2'}=sprintf <<VR2;
     48COMMENT=a-link to Leythenrode  via Nanostation5
    4549TYPE=ethernet
    4650EXTRA_TYPE=eth2wifibridge
     
    4852DESC=ethernet to interlink north-east
    4953SDESC=2leythenrode
    50 #MODE=managed
    51 #ESSID=il-zw.leythenrode.wleiden.net
    52 #CHANNEL=44
    53 #NSMAC=00:15:6D:EA:F0:7B
     54MODE=managed
     55ESSID=il-zw.leythenrode.wleiden.net
     56CHANNEL=44
     57NSMAC=00:15:6D:EA:F0:7B
    5458VR2
    5559
    56 $config{'ue0'}=sprintf <<UE0; # a-link to Stadhuis  via Nanostation5
     60$config{'ue0'}=sprintf <<UE0;
     61COMMENT=a-link to Stadhuis  via Nanostation5
    5762TYPE=ethernet
    5863EXTRA_TYPE=eth2wifibridge
     
    6065DESC=ethernet to interlink
    6166SDESC=2stadhuis
    62 #MODE=managed
    63 #ESSID=il-o.stadhuis.wleiden.net
    64 #CHANNEL=36
    65 #NSMAC=00:15:6D:EA:F0:63
     67MODE=managed
     68ESSID=il-o.stadhuis.wleiden.net
     69CHANNEL=36
     70NSMAC=00:15:6D:EA:F0:63
    6671UE0
    6772
Note: See TracChangeset for help on using the changeset viewer.