Changeset 8261 in genesis for nodes/CNodeRabo2


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

    r8085 r8261  
    1010$Y='464974';
    1111
    12 $config{'ath0'}=sprintf <<ATH0;  # ap zuid
     12$config{'ath0'}=sprintf <<ATH0;
     13COMMENT=ap zuid
    1314TYPE=wireless
    1415IP=$master_ip/26
     
    2122ATH0
    2223
    23 $config{'vr0'}=sprintf <<VR0;  # Ethernet naar Rabo1
     24$config{'vr0'}=sprintf <<VR0;
     25COMMENT=Ethernet naar Rabo1
    2426IP=172.19.137.66/30
    2527DHCP=no
     
    2830VR0
    2931
    30 $config{'vr1'}=sprintf <<VR1;  # link naar NodeCope
     32$config{'vr1'}=sprintf <<VR1;
     33COMMENT=link naar NodeCope
    3134TYPE=ethernet
    3235EXTRA_TYPE=eth2wifibridge
     
    3639SDESC=2cope
    3740DHCP=no
    38 #MODE=bridge ap
    39 #ESSID=il-z.rabo2.wleiden.net
    40 #CHANNEL=132
    41 #NS_IP=192.168.1.20
    42 #NSMAC=
     41MODE=bridge ap
     42ESSID=il-z.rabo2.wleiden.net
     43CHANNEL=132
     44NS_IP=192.168.1.20
     45NSMAC=
    4346VR1
    4447
    45 $config{'vr2'}=sprintf <<VR2; # Link naar DirkLos2
     48$config{'vr2'}=sprintf <<VR2;
     49COMMENT=Link naar DirkLos2
    4650TYPE=ethernet
    4751EXTRA_TYPE=eth2wifibridge
     
    5054SDESC=2dirklos2
    5155DHCP=no
    52 #MODE=bridge station
    53 #ESSID=il-no.dirklos2.wleiden.net
    54 #CHANNEL=140
    55 #NS_IP=192.168.1.21
    56 #NSMAC=
     56MODE=bridge station
     57ESSID=il-no.dirklos2.wleiden.net
     58CHANNEL=140
     59NS_IP=192.168.1.21
     60NSMAC=
    5761VR2
Note: See TracChangeset for help on using the changeset viewer.