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

    r8150 r8261  
    1111$Y='462885';
    1212
    13 $config{'ath0'}=sprintf <<ATH0;   # Omni
     13$config{'ath0'}=sprintf <<ATH0;
     14COMMENT=Omni
    1415TYPE=wireless
    1516IP=$master_ip/26
     
    2223ATH0
    2324
    24 $config{'vr0'}=sprintf <<VR0;  # Ethernet naar BCSte
     25$config{'vr0'}=sprintf <<VR0;
     26COMMENT=Ethernet naar BCSte
    2527TYPE=ethernet
    2628IP=172.24.0.65/26
     
    3032VR0
    3133
    32 $config{'vr1'}=sprintf <<VR1; # b-link naar Zwaluw
     34$config{'vr1'}=sprintf <<VR1;
     35COMMENT=b-link naar Zwaluw
    3336TYPE=ethernet
    3437EXTRA_TYPE=eth2wifibridge
     
    3740SDESC=2zwaluwak
    3841DHCP=no
    39 #MODE=bridge-ap
    40 #ESSID=il-nw.bcste.wleiden.net
    41 #CHANNEL=1
    42 #BulletMAC=
    43 #BulletIP=172.16.3.250/29
     42MODE=bridge-ap
     43ESSID=il-nw.bcste.wleiden.net
     44CHANNEL=1
     45BulletMAC=
     46BulletIP=172.16.3.250/29
    4447VR1
    4548
    46 $config{'vr2'}=sprintf <<VR2; # link Vosko2
     49$config{'vr2'}=sprintf <<VR2;
     50COMMENT=link Vosko2
    4751TYPE=ethernet
    4852EXTRA_TYPE=eth2wifibridge
     
    5155DESC=interlink o (Vosko2)
    5256SDESC=2vosko2
    53 #MODE=bridge=station
    54 #ESSID=il-w.vosko2.wleiden.net
    55 #CHANNEL=140
    56 #NSIP=172.16.3.154/29
    57 #NSMAC=00:15:6D:
     57MODE=bridge=station
     58ESSID=il-w.vosko2.wleiden.net
     59CHANNEL=140
     60NSIP=172.16.3.154/29
     61NSMAC=00:15:6D:
    5862VR2
    5963
Note: See TracChangeset for help on using the changeset viewer.