Changeset 8261 in genesis for nodes/CNodeKaag


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

    r7660 r8261  
    1919$Y='469717';
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=Ethernet
    2223TYPE=ethernet
    2324IP=172.27.0.65/28
     
    3132ED0
    3233
    33 $config{'wi0'}=sprintf <<EW0;  # Omni voor de buurt
     34$config{'wi0'}=sprintf <<EW0;
     35COMMENT=Omni voor de buurt
    3436TYPE=wireless
    3537IP=$master_ip/26
     
    3840
    3941
    40 #DHCP=no
     42DHCP=no
    4143DHCP=10-60
    4244
     
    4951EW0
    5052
    51 $config{'wi1'}=sprintf <<EW1;  # link naar UniGorN
     53$config{'wi1'}=sprintf <<EW1;
     54COMMENT=link naar UniGorN
    5255TYPE=wireless
    5356IP=172.16.0.218/30
Note: See TracChangeset for help on using the changeset viewer.