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

    r8181 r8261  
    1010$Y='464748';
    1111
    12 $config{'ath0'}=sprintf <<AT0;  # Ap voor buurt
     12$config{'ath0'}=sprintf <<AT0;
     13COMMENT=Ap voor buurt
    1314TYPE=wireless
    1415IP=$master_ip/26
     
    2122AT0
    2223
    23 $config{'vr0'}=sprintf <<VR0; # interlink west (unigor)
     24$config{'vr0'}=sprintf <<VR0;
     25COMMENT=interlink west (unigor)
    2426TYPE=ethernet
    2527EXTRA_TYPE=eth2wifibridge
     
    2830SDESC=2Unigor
    2931DHCP=no
    30 #MODE=station
    31 #ESSID=il-o.unigor.wleiden.net
    32 #CHANNEL=52
     32MODE=station
     33ESSID=il-o.unigor.wleiden.net
     34CHANNEL=52
    3335VR0
    3436
    35 $config{'vr1'}=sprintf <<VR1; # interlink noord-oost Rabo2
     37$config{'vr1'}=sprintf <<VR1;
     38COMMENT=interlink noord-oost Rabo2
    3639TYPE=ethernet
    3740EXTRA_TYPE=eth2wifibridge
     
    4043SDESC=2Rabo2
    4144DHCP=no
    42 #MODE=master
    43 #ESSID=il-no.dirklos2.wleiden.net
    44 #CHANNEL=140
     45MODE=master
     46ESSID=il-no.dirklos2.wleiden.net
     47CHANNEL=140
    4548VR1
    4649
    47 $config{'vr2'}=sprintf <<VR2; # interlink zuid-oost (stadhuis2)
     50$config{'vr2'}=sprintf <<VR2;
     51COMMENT=interlink zuid-oost (stadhuis2)
    4852TYPE=ethernet
    4953EXTRA_TYPE=eth2wifibridge
     
    5256SDESC=2Stadhuis
    5357DHCP=no
    54 #MODE=managed
    55 #ESSID=il-nw.stadhuis2.wleiden.net
    56 #CHANNEL=36
     58MODE=managed
     59ESSID=il-nw.stadhuis2.wleiden.net
     60CHANNEL=36
    5761VR2
    5862
     
    6569VR20
    6670
    67 $config{'ue0'}=sprintf <<UE0;  # lokaal ethernet via switch in voedingskast met PoE
     71$config{'ue0'}=sprintf <<UE0;
     72COMMENT=lokaal ethernet via switch in voedingskast met PoE
    6873TYPE=ethernet
    6974IP=172.16.3.57/30
     
    7378UE0
    7479
    75 $config{'ue0:0'}=sprintf <<UE00;  # alias voor lokaal ethernet naar DirkLos1
     80$config{'ue0:0'}=sprintf <<UE00;
     81COMMENT=alias voor lokaal ethernet naar DirkLos1
    7682TYPE=ethernet
    7783IP=172.16.176.65/27
Note: See TracChangeset for help on using the changeset viewer.