Changeset 8261 in genesis for nodes/CNodeMuiderkring


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

    r8136 r8261  
    1212$status='up';
    1313
    14 $config{'ath0'}=sprintf <<ATH0;  # Lokaal accesspoint
     14$config{'ath0'}=sprintf <<ATH0;
     15COMMENT=Lokaal accesspoint
    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.16.3.145/30
     
    3133VR0
    3234
    33 $config{'vr1'}=sprintf <<VR1;  # Link naar AJSoft
     35$config{'vr1'}=sprintf <<VR1;
     36COMMENT=Link naar AJSoft
    3437TYPE=ethernet
    3538EXTRA_TYPE=eth2wifibridge
     
    3740DESC=Link naar AJSoft
    3841SDESC=2ajsoft
    39 #MODE=managed
    40 #ESSID=il-nno.ajsoft2.wleiden.net
    41 #CHANNEL=1
     42MODE=managed
     43ESSID=il-nno.ajsoft2.wleiden.net
     44CHANNEL=1
    4245DHCP=no
    43 #BulletMAC=00:15:6D:E8:E6:B1
    44 #BulletIP=192.168.1.21
     46BulletMAC=00:15:6D:E8:E6:B1
     47BulletIP=192.168.1.21
    4548VR1
Note: See TracChangeset for help on using the changeset viewer.