Changeset 8261 in genesis for nodes/CNodePlantsoen2


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

    r7677 r8261  
    1717
    1818
    19 $config{'ath0'}=sprintf <<ATH0;  # AP voor buurt
     19$config{'ath0'}=sprintf <<ATH0;
     20COMMENT=AP voor buurt
    2021TYPE=wireless
    2122IP=$master_ip/26
     
    2829ATH0
    2930
    30 $config{'vr0'}=sprintf <<VR0;  # Lokaal ethernet met PoE
     31$config{'vr0'}=sprintf <<VR0;
     32COMMENT=Lokaal ethernet met PoE
    3133TYPE=ethernet
    3234IP=172.17.169.65/28
     
    3739VR0
    3840
    39 $config{'vr1'}=sprintf <<VR1; # a-link to Stadhuis via Nanostation5
     41$config{'vr1'}=sprintf <<VR1;
     42COMMENT=a-link to Stadhuis via Nanostation5
    4043TYPE=ethernet
    4144EXTRA_TYPE=eth2wifibridge
     
    4649VR1
    4750
    48 $config{'vr1:0'}=sprintf <<VR10; # ethernet to nanostation mgmt interface
     51$config{'vr1:0'}=sprintf <<VR10;
     52COMMENT=ethernet to nanostation mgmt interface
    4953TYPE=ethernet
    5054IP=172.16.3.189/30
     
    5256SDESC=manageNS5
    5357DHCP=no
    54 #MODE=managed
    55 #ESSID=il-zo.stadhuis.wleiden.net
    56 #CHANNEL=44
    57 #DISTANCE=0.5 km
     58MODE=managed
     59ESSID=il-zo.stadhuis.wleiden.net
     60CHANNEL=44
     61DISTANCE=0.5 km
    5862VR10
    5963
    60 $config{'vr2'}=sprintf <<VR2; # a-link to Vosko via Nanostation2
     64$config{'vr2'}=sprintf <<VR2;
     65COMMENT=a-link to Vosko via Nanostation2
    6166TYPE=ethernet
    6267EXTRA_TYPE=eth2wifibridge
     
    6772VR2
    6873
    69 $config{'vr2:0'}=sprintf <<VR20; # to Nanostation2 management interface
     74$config{'vr2:0'}=sprintf <<VR20;
     75COMMENT=to Nanostation2 management interface
    7076TYPE=ethernet
    7177IP=172.16.3.193/30
     
    7379SDESC=manageNS2
    7480DHCP=no
    75 #MODE=managed
    76 #ESSID=il-zo.vosko3.wleiden.net
    77 #CHANNEL=
    78 #DISTANCE=0.7 km
     81MODE=managed
     82ESSID=il-zo.vosko3.wleiden.net
     83CHANNEL=
     84DISTANCE=0.7 km
    7985VR20
Note: See TracChangeset for help on using the changeset viewer.