Changeset 8261 in genesis for nodes/CNodeVosko1


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

    r8195 r8261  
    1111$Y='463657';
    1212
    13 $config{'ath0'}=sprintf <<ATH0;  # ap west
     13$config{'ath0'}=sprintf <<ATH0;
     14COMMENT=ap west
    1415TYPE=wireless
    1516IP=$master_ip/26
     
    2223ATH0
    2324
    24 $config{'ath0:0'}=sprintf <<ATH00;  # link Thomas
     25$config{'ath0:0'}=sprintf <<ATH00;
     26COMMENT=link Thomas
    2527TYPE=wireless
    2628IP=172.16.0.205/30
     
    3032ATH00
    3133
    32 $config{'ath0:1'}=sprintf <<ATH01;  # link OBLSte
     34$config{'ath0:1'}=sprintf <<ATH01;
     35COMMENT=link OBLSte
    3336TYPE=wireless
    3437IP=172.16.3.5/30
     
    3841ATH01
    3942
    40 $config{'vr0'}=sprintf <<VR0; # lokaal ethernet
     43$config{'vr0'}=sprintf <<VR0;
     44COMMENT=lokaal ethernet
    4145TYPE=ethernet
    4246IP=172.17.175.71/28
     
    4650VR0
    4751
    48 $config{'vr1'}=sprintf <<VR1; # a-link
     52$config{'vr1'}=sprintf <<VR1;
     53COMMENT=a-link
    4954TYPE=ethernet
    5055EXTRA_TYPE=eth2wifibridge
     
    5358SDESC=2zw
    5459DHCP=no
    55 #MODE=master
    56 #ESSID=il-zw.vosko1.wleiden.net
    57 #CHANNEL=64
    58 #NSMAC=00:15:6D:ED:83:7D
     60MODE=master
     61ESSID=il-zw.vosko1.wleiden.net
     62CHANNEL=64
     63NSMAC=00:15:6D:ED:83:7D
    5964VR1
    6065
    61 $config{'vr2'}=sprintf <<VR2;  # Ethernet/PoE naar AP in kerk
     66$config{'vr2'}=sprintf <<VR2;
     67COMMENT=Ethernet/PoE naar AP in kerk
    6268TYPE=ethernet
    6369IP=172.17.174.65/28
    6470DESC=Ethernet naar Pieterskerk
    6571SDESC=2kerk
    66 #IP_NS2-LOCO=192.168.1.20
     72NS2_LOCO_IP=192.168.1.20
    6773DHCP=67-78
    6874VR2
Note: See TracChangeset for help on using the changeset viewer.