Changeset 8261 in genesis for nodes/CNodeCam


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

    r8260 r8261  
    1212$status='up';
    1313
    14 $config{'ath0'}=sprintf <<ATH0;  # Lokale Omni
     14$config{'ath0'}=sprintf <<ATH0;
     15COMMENT=Lokale Omni
    1516TYPE=wireless
    1617IP=$master_ip/26
     
    2324ATH0
    2425
    25 $config{'vr0'}=sprintf <<VR0;  # eth
     26$config{'vr0'}=sprintf <<VR0;
     27COMMENT=eth
    2628TYPE=ethernet
    2729IP=172.19.174.65/29
     
    3133VR0
    3234
    33 $config{'vr1'}=sprintf <<VR1;  # Link naar Unigor
     35$config{'vr1'}=sprintf <<VR1;
     36COMMENT=Link naar Unigor
    3437TYPE=ethernet
    3538EXTRA_TYPE=eth2wifibridge
     
    3841SDESC=2Unigor
    3942DHCP=no
    40 #MODE=managed
    41 #ESSID=n-o.unigor.wleiden.net
    42 #CHANNEL=1
     43MODE=managed
     44ESSID=n-o.unigor.wleiden.net
     45CHANNEL=1
    4346VR1
    4447
    45 $config{'vr2'}=sprintf <<VR2; # Link naar DirkLos1
     48$config{'vr2'}=sprintf <<VR2;
     49COMMENT=Link naar DirkLos1
    4650TYPE=ethernet
    4751EXTRA_TYPE=eth2wifibridge
     
    4953DESC=Link naar DirkLos1
    5054SDESC=2dirklos1
    51 #MODE=managed
    52 #ESSID=il-w.dirklos1.wleiden.net
    53 #CHANNEL=13
     55MODE=managed
     56ESSID=il-w.dirklos1.wleiden.net
     57CHANNEL=13
    5458VR2
Note: See TracChangeset for help on using the changeset viewer.