Changeset 8261 in genesis for nodes/proxy62


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

    r8018 r8261  
    2020$Y='463569';
    2121
    22 $config{'vr0'}=sprintf <<VR0;  # link naar Router
     22$config{'vr0'}=sprintf <<VR0;
     23COMMENT=link naar Router
    2324TYPE=ethernet
    2425IP=192.168.3.101/24
     
    2829VR0
    2930
    30 $config{'vr1'}=sprintf <<VR1;  # link naar NodeHuub
     31$config{'vr1'}=sprintf <<VR1;
     32COMMENT=link naar NodeHuub
    3133TYPE=ethernet
    3234IP=$master_ip/30
Note: See TracChangeset for help on using the changeset viewer.