Changeset 8261 in genesis for nodes/CNodeRWgemhuis1


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

    r8049 r8261  
    1717$LOCATION='Gemeentehuis Jacobswoude Rijnsaterwoude';
    1818
    19 $config{'sis0'}=sprintf <<ED0;  # ethernet poort 0
     19$config{'sis0'}=sprintf <<ED0;
     20COMMENT=ethernet poort 0
    2021TYPE=ethernet
    2122IP=172.25.30.65/29
     
    2728ED0
    2829
    29 $config{'sis1'}=sprintf <<ED1;  # Link tussen eth 1 RWgemhuis2 en 1
     30$config{'sis1'}=sprintf <<ED1;
     31COMMENT=Link tussen eth 1 RWgemhuis2 en 1
    3032TYPE=ethernet
    3133IP=172.16.1.241/30
     
    3739ED1
    3840
    39 $config{'wi0'}=sprintf <<EW0;  # OMNI voor de buurt
     41$config{'wi0'}=sprintf <<EW0;
     42COMMENT=OMNI voor de buurt
    4043TYPE=wireless
    4144IP=$master_ip/26
     
    5255EW0
    5356
    54 #$config{'wi1'}=sprintf <<EW1;  # link naar Bilderdam
    55 #TYPE=wireless
    56 #IP=172.16.2.5/30
    57 #DESC=Link naar Bilderdam
    58 #SDESC=2BDboon
     57$config{'wi1'}=sprintf <<EW1;
     58COMMENT=link naar Bilderdam
     59TYPE=wireless
     60IP=172.16.2.5/30
     61DESC=Link naar Bilderdam
     62SDESC=2BDboon
    5963#
    60 #MODE=master
    61 #ESSID=il-no.rwgemhuis.wleiden.net
    62 #CHANNEL=13
     64MODE=master
     65ESSID=il-no.rwgemhuis.wleiden.net
     66CHANNEL=13
    6367#
    6468#
    65 #DHCP=no
     69DHCP=no
    6670#
    67 #EW1
     71EW1
    6872
    6973
Note: See TracChangeset for help on using the changeset viewer.