Changeset 8261 in genesis for nodes/proxy8


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (15 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/proxy8/wleiden.conf

    r8211 r8261  
    2323
    2424
    25 $config{'sis0'}=sprintf <<SIS0;  # Link naar Router
     25$config{'sis0'}=sprintf <<SIS0;
     26COMMENT=Link naar Router
    2627TYPE=ethernet
    2728IP=192.168.58.2/24
     
    3435SIS0
    3536
    36 $config{'sis1'}=sprintf <<SIS1;  # Link naar Laptop
     37$config{'sis1'}=sprintf <<SIS1;
     38COMMENT=Link naar Laptop
    3739TYPE=ethernet
    3840IP=$master_ip/30
Note: See TracChangeset for help on using the changeset viewer.