Changeset 8261 in genesis for nodes/CNodeRWgemhuis2/wleiden.conf


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

    r7657 r8261  
    1818$LOCATION='Gemeentehuis Jacobswoude Rijnsaterwoude';
    1919
    20 $config{'sis0'}=sprintf <<ED0;  # ethernet poort 0 Soekris
     20$config{'sis0'}=sprintf <<ED0;
     21COMMENT=ethernet poort 0 Soekris
    2122TYPE=ethernet
    2223IP=172.25.34.65/29
     
    2930ED0
    3031
    31 $config{'sis1'}=sprintf <<ED1;  # Link tussen eth 1 RWgemhuis1 en 2.
     32$config{'sis1'}=sprintf <<ED1;
     33COMMENT=Link tussen eth 1 RWgemhuis1 en 2.
    3234TYPE=ethernet
    3335IP=172.16.1.242/30
     
    4042ED1
    4143
    42 $config{'wi0'}=sprintf <<EW0;  # link naar Node Struyk Verwo
     44$config{'wi0'}=sprintf <<EW0;
     45COMMENT=link naar Node Struyk Verwo
    4346TYPE=wireless
    4447IP=172.16.1.53/30
     
    5558EW0
    5659
    57 $config{'wi1'}=sprintf <<EW1;  # link naar Node WB rotary
     60$config{'wi1'}=sprintf <<EW1;
     61COMMENT=link naar Node WB rotary
    5862TYPE=wireless
    5963IP=172.16.2.26/30
     
    6367MODE=client
    6468ESSID=il-no.wbrotary.wleiden.net
    65 #CHANNEL=9
     69CHANNEL=9
    6670
    6771
Note: See TracChangeset for help on using the changeset viewer.