Changeset 8261 in genesis for nodes/CNodeHofland


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

    r8136 r8261  
    1010$Y='462384';
    1111
    12 $config{'wi0'}=sprintf <<WI0;  # ap
     12$config{'wi0'}=sprintf <<WI0;
     13COMMENT=ap
    1314TYPE=wireless
    1415IP=$master_ip/26
     
    2122WI0
    2223
    23 $config{'sis0'}=sprintf <<SIS0;  # Ethernet
     24$config{'sis0'}=sprintf <<SIS0;
     25COMMENT=Ethernet
    2426TYPE=ethernet
    2527IP=10.0.0.1/24
     
    2931SIS0
    3032
    31 $config{'sis1'}=sprintf <<SIS1;  # link AJSoft2
     33$config{'sis1'}=sprintf <<SIS1;
     34COMMENT=link AJSoft2
    3235TYPE=ethernet
    3336EXTRA_TYPE=eth2wifibridge
     
    3639SDESC=2ajsoft2
    3740DHCP=no
    38 #MODE=bridge managed
    39 #ESSID=il-w.ajsoft2.wleiden.net
    40 #CHANNEL=100
    41 #NSMAC=00:15:6D:70:53:4A
    42 #NS_IP=192.168.1.21
     41MODE=bridge managed
     42ESSID=il-w.ajsoft2.wleiden.net
     43CHANNEL=100
     44NSMAC=00:15:6D:70:53:4A
     45NS_IP=192.168.1.21
    4346SIS1
    4447
    4548
    46 $config{'wi1'}=sprintf <<WI1;# naar Voorschoten
     49$config{'wi1'}=sprintf <<WI1;
     50COMMENT=naar Voorschoten
    4751TYPE=wireless
    4852IP=172.20.149.1/26
Note: See TracChangeset for help on using the changeset viewer.