Changeset 8261 in genesis for nodes/CNodeVeldbies


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

    r8260 r8261  
    1717$Y='465148';
    1818
    19 $config{'sis0'}=sprintf <<ED0;  # eth
     19$config{'sis0'}=sprintf <<ED0;
     20COMMENT=eth
    2021TYPE=ethernet
    2122IP=172.25.0.65/29
     
    3132ED0
    3233
    33 $config{'wi0'}=sprintf <<EW0;  # OMNI
     34$config{'wi0'}=sprintf <<EW0;
     35COMMENT=OMNI
    3436TYPE=wireless
    3537IP=$master_ip/26
     
    4850EW0
    4951
    50 $config{'wi1'}=sprintf <<EW1;  # link naar NodeSOM
     52$config{'wi1'}=sprintf <<EW1;
     53COMMENT=link naar NodeSOM
    5154TYPE=wireless
    5255IP=172.16.0.122/30
Note: See TracChangeset for help on using the changeset viewer.