Changeset 8261 in genesis for nodes/proxy4


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

    r8018 r8261  
    2121$Y='462256';
    2222
    23 $config{'sis0'}=sprintf <<SIS0;  # Link naar Router
     23$config{'sis0'}=sprintf <<SIS0;
     24COMMENT=Link naar Router
    2425TYPE=ethernet
    2526IP=192.168.1.100/24                                                         
     
    3132SIS0
    3233
    33 $config{'sis1'}=sprintf <<SIS1;  # Link naar NodeLivingLab
     34$config{'sis1'}=sprintf <<SIS1;
     35COMMENT=Link naar NodeLivingLab
    3436TYPE=ethernet
    3537IP=$master_ip/30
Note: See TracChangeset for help on using the changeset viewer.