Changeset 8261 in genesis for nodes/CNodeKaag2/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/CNodeKaag2/wleiden.conf

    r8120 r8261  
    1919$Y='470298';
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=Ethernet
    2223TYPE=ethernet
    2324IP=172.27.8.65/26
     
    2728ED0
    2829
    29 $config{'wi0'}=sprintf <<EW0;  # Omni voor de buurt
     30$config{'wi0'}=sprintf <<EW0;
     31COMMENT=Omni voor de buurt
    3032TYPE=wireless
    3133IP=$master_ip/26
    3234DESC=Omni voor de buurt
    3335SDESC=omni
    34 #DHCP=no
     36DHCP=no
    3537DHCP=10-60
    3638MODE=master
     
    3941EW0
    4042
    41 $config{'wi1'}=sprintf <<EW1;  # link naar UnigorN
     43$config{'wi1'}=sprintf <<EW1;
     44COMMENT=link naar UnigorN
    4245TYPE=wireless
    4346IP=172.16.1.46/30
Note: See TracChangeset for help on using the changeset viewer.