Changeset 8261 in genesis for nodes/proxy13


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

    r8032 r8261  
    1717$Y='461987';
    1818
    19 $config{'sis0'}=sprintf <<SIS0;  # link naar Router
     19$config{'sis0'}=sprintf <<SIS0;
     20COMMENT=link naar Router
    2021TYPE=ethernet
    2122DHCPCLIENT=yes
     
    2627SIS0
    2728
    28 $config{'sis1'}=sprintf <<SIS1;  # link naar NodeRick
     29$config{'sis1'}=sprintf <<SIS1;
     30COMMENT=link naar NodeRick
    2931TYPE=ethernet
    3032IP=$master_ip/30
Note: See TracChangeset for help on using the changeset viewer.