Changeset 8261 in genesis for nodes/CNodeSOM1


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

    r8041 r8261  
    1010$status='up';
    1111
    12 $config{'ath0'}=sprintf <<ATH0;  # ap noord
     12$config{'ath0'}=sprintf <<ATH0;
     13COMMENT=ap noord
    1314TYPE=wireless
    1415IP=$master_ip/26
     
    2122ATH0
    2223
    23 $config{'vr0'}=sprintf <<VR0;  # Ethernet naar SOM2
     24$config{'vr0'}=sprintf <<VR0;
     25COMMENT=Ethernet naar SOM2
    2426TYPE=ethernet
    2527IP=172.16.3.137/30
     
    2931VR0
    3032
    31 $config{'vr1'}=sprintf <<VR1;  # Link naar Broekplein
     33$config{'vr1'}=sprintf <<VR1;
     34COMMENT=Link naar Broekplein
    3235TYPE=ethernet
    3336EXTRA_TYPE=eth2wifibridge
     
    3639SDESC=2broekplein
    3740DHCP=no
    38 #MODE=bridge ap
    39 #ESSID=il-n.som1.wleiden.net
    40 #CHANNEL=132
    41 #NSMAC=
     41MODE=bridge ap
     42ESSID=il-n.som1.wleiden.net
     43CHANNEL=132
     44NSMAC=
    4245VR1
    4346
    44 $config{'vr2'}=sprintf <<VR2;  # Link naar Stadhuis
     47$config{'vr2'}=sprintf <<VR2;
     48COMMENT=Link naar Stadhuis
    4549TYPE=ethernet
    4650EXTRA_TYPE=eth2wifibridge
     
    4953SDESC=2Stadhuis
    5054DHCP=no
    51 #MODE=bridge ap
    52 #ESSID=il-z.som1.wleiden.net
    53 #CHANNEL=52
    54 #NSMAC=
     55MODE=bridge ap
     56ESSID=il-z.som1.wleiden.net
     57CHANNEL=52
     58NSMAC=
    5559VR2
    5660
Note: See TracChangeset for help on using the changeset viewer.