Changeset 8261 in genesis for nodes/CNodeRustenborch


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

    r8115 r8261  
    1010$Y='466407';
    1111
    12 $config{'ath0'}=sprintf <<ATH0;  #  Ap
     12$config{'ath0'}=sprintf <<ATH0;
     13COMMENT=Ap
    1314TYPE=wireless
    1415IP=$master_ip/26
     
    2122ATH0
    2223
    23 $config{'vr0'}=sprintf <<VR0;  # Ethernet
     24$config{'vr0'}=sprintf <<VR0;
     25COMMENT=Ethernet
    2426TYPE=ethernet
    2527IP=172.23.24.65/28
     
    2931VR0
    3032
    31 $config{'vr1'}=sprintf <<VR1; # Link Lijtweg2
     33$config{'vr1'}=sprintf <<VR1;
     34COMMENT=Link Lijtweg2
    3235TYPE=ethernet
    3336EXTRA_TYPE=eth2wifibridge
     
    3639DESC=Link naar Lijtweg2
    3740SDESC=2lijtweg2
    38 #MODE=bridge station
    39 #ESSID=il-w.lijtweg2.wleiden.net
    40 #CHANNEL=116
    41 #NS_IP=192.168.1.21
    42 #NSMAC=00:15:6D:
     41MODE=bridge station
     42ESSID=il-w.lijtweg2.wleiden.net
     43CHANNEL=116
     44NS_IP=192.168.1.21
     45NSMAC=00:15:6D:
    4346VR1
    4447
    45 $config{'vr2'}=sprintf <<VR2;  # Link naar UniGorN
     48$config{'vr2'}=sprintf <<VR2;
     49COMMENT=Link naar UniGorN
    4650TYPE=ethernet
    4751EXTRA_TYPE=eth2wifibridge
     
    5054DESC=Link naar unigorn
    5155SDESC=2unigorn
    52 #MODE=bridge station
    53 #ESSID=il-o.unigorn.wleiden.net
    54 #CHANNEL=104
    55 #NSMAC=00:15:6D:
    56 #NSIP=192.168.1.21
     56MODE=bridge station
     57ESSID=il-o.unigorn.wleiden.net
     58CHANNEL=104
     59NSMAC=00:15:6D:
     60NSIP=192.168.1.21
    5761VR2
    5862 
    59 $config{'ue0'}=sprintf <<UE0;  # link naar Unused
     63$config{'ue0'}=sprintf <<UE0;
     64COMMENT=link naar Unused
    6065TYPE=ethernet
    6166EXTRA_TYPE=eth2wifibridge
     
    6469DESC=Link naar Unused
    6570SDESC=2unused
    66 #MODE=master
    67 #ESSID=il-no.rustenborch.wleiden.net
    68 #CHANNEL=36
     71MODE=master
     72ESSID=il-no.rustenborch.wleiden.net
     73CHANNEL=36
    6974UE0
    7075
Note: See TracChangeset for help on using the changeset viewer.