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

    r8049 r8261  
    1212$Y='463704';
    1313
    14 $config{'ath0'}=sprintf <<ATH0;  # ap's N+O
     14$config{'ath0'}=sprintf <<ATH0;
     15COMMENT=ap's N+O
    1516TYPE=wireless
    1617IP=$master_ip/26
     
    2324ATH0
    2425
    25 $config{'vr0'}=sprintf <<VR0;  # Ethernet naar proxy2
     26$config{'vr0'}=sprintf <<VR0;
     27COMMENT=Ethernet naar proxy2
    2628TYPE=ethernet
    2729IP=172.17.143.2/28
     
    3133VR0
    3234
    33 $config{'vr1'}=sprintf <<VR1;  # Ethernet naar CeTIM2
     35$config{'vr1'}=sprintf <<VR1;
     36COMMENT=Ethernet naar CeTIM2
    3437TYPE=ethernet
    3538IP=172.16.0.33/30                                                       
     
    3942VR1
    4043                                                                               
    41 $config{'vr2'}=sprintf <<VR2;  # a-link Nanostation5 Noord-Oost
     44$config{'vr2'}=sprintf <<VR2;
     45COMMENT=a-link Nanostation5 Noord-Oost
    4246TYPE=ethernet
    4347EXTRA_TYPE=eth2wifibridge
     
    4650SDESC=NScetim1-n
    4751DHCP=no
    48 #ESSID=il-no.cetim1.wleiden.net
    49 #CHANNEL=140
     52ESSID=il-no.cetim1.wleiden.net
     53CHANNEL=140
    5054#mode 11a bridge master
    5155VR2
    5256
    53 $config{'vr2:0'}=sprintf <<VR20;  # a-link Houtmarkt
     57$config{'vr2:0'}=sprintf <<VR20;
     58COMMENT=a-link Houtmarkt
    5459TYPE=ethernet
    5560EXTRA_TYPE=eth2wifibridge
     
    5964VR20
    6065
    61 $config{'vr2:1'}=sprintf <<VR21;  # a-link Spoortje
     66$config{'vr2:1'}=sprintf <<VR21;
     67COMMENT=a-link Spoortje
    6268TYPE=ethernet
    6369EXTRA_TYPE=eth2wifibridge
     
    6773VR21
    6874   
    69 $config{'ue0'}=sprintf <<UE0;  # a-link Nanostation5 Zuid-Oost
     75$config{'ue0'}=sprintf <<UE0;
     76COMMENT=a-link Nanostation5 Zuid-Oost
    7077TYPE=ethernet
    7178EXTRA_TYPE=eth2wifibridge
     
    7481SDESC=2roomburgh1
    7582DHCP=no
    76 #ESSID=il-zo.cetim1.wleiden.net
    77 #CHANNEL=132
     83ESSID=il-zo.cetim1.wleiden.net
     84CHANNEL=132
    7885#mode 11a bridge master                                                                       
    7986UE0
Note: See TracChangeset for help on using the changeset viewer.