Changeset 8261 in genesis for nodes/CNodeCope


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (15 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/CNodeCope/wleiden.conf

    r8105 r8261  
    1010$Y='463889';
    1111
    12 $config{'ue0'}=sprintf <<UE0;  # link naar proxy1
     12$config{'ue0'}=sprintf <<UE0;
     13COMMENT=link naar proxy1
    1314TYPE=ethernet
    1415IP=172.17.8.66/28
     
    1718UE0
    1819
    19 $config{'ath0'}=sprintf <<ATH0;  # OMNI
     20$config{'ath0'}=sprintf <<ATH0;
     21COMMENT=OMNI
    2022TYPE=wireless
    2123IP=$master_ip/26
     
    3638ATH00
    3739
    38 $config{'vr0'}=sprintf <<VR0; # a-link naar Unigor via NS5
     40$config{'vr0'}=sprintf <<VR0;
     41COMMENT=a-link naar Unigor via NS5
    3942TYPE=ethernet
    4043EXTRA_TYPE=eth2wifibridge
     
    4245DESC=Ethernet to interlink UniGor
    4346SDESC=2unigor
    44 #Default IP 192.168.1.20 for NS5 management
    45 #MODE=11a bridge station
    46 #ESSID=il-zo.unigor.wleiden.net
    47 #CHANNEL=
    48 #NS_IP=192.168.1.21
    49 #NSMAC=00:15:6D:EA:F0:1D
     47Default IP 192.168.1.20 for NS5 management
     48MODE=11a bridge station
     49ESSID=il-zo.unigor.wleiden.net
     50CHANNEL=
     51NS_IP=192.168.1.21
     52NSMAC=00:15:6D:EA:F0:1D
    5053VR0
    5154
    52 $config{'vr1'}=sprintf <<VR1; # a-link naar Stadhuis  via NS5
     55$config{'vr1'}=sprintf <<VR1;
     56COMMENT=a-link naar Stadhuis  via NS5
    5357TYPE=ethernet
    5458EXTRA_TYPE=eth2wifibridge
     
    5660DESC=Link naar Stadhuis
    5761SDESC=2stadhuis
    58 #Default IP 192.168.1.20 for NS5 management
    59 #MODE=11a bridge managed
    60 #ESSID=il-nw.stadhuis.wleiden.net
    61 #CHANNEL=116
    62 #NS_IP=192.168.1.21
    63 #NSMAC=00:15:6D:EA:F0:4C
     62Default IP 192.168.1.20 for NS5 management
     63MODE=11a bridge managed
     64ESSID=il-nw.stadhuis.wleiden.net
     65CHANNEL=116
     66NS_IP=192.168.1.21
     67NSMAC=00:15:6D:EA:F0:4C
    6468VR1
    6569
    66 $config{'vr2'}=sprintf <<VR2; # a-link naar Rabo via NS5
     70$config{'vr2'}=sprintf <<VR2;
     71COMMENT=a-link naar Rabo via NS5
    6772TYPE=ethernet
    6873EXTRA_TYPE=eth2wifibridge
     
    7075DESC=ethernet to interlink
    7176SDESC=2rabo
    72 #Default IP 192.168.1.20 for NS5 management
    73 #MODE=managed
    74 #ESSID=il-z.rabo.wleiden.net
    75 #CHANNEL=44
    76 #NSMAC=00:15:6D:EA:F0:0F
     77Default IP 192.168.1.20 for NS5 management
     78MODE=managed
     79ESSID=il-z.rabo.wleiden.net
     80CHANNEL=44
     81NSMAC=00:15:6D:EA:F0:0F
    7782VR2
Note: See TracChangeset for help on using the changeset viewer.