Changeset 8261 in genesis for nodes/proxy2/wleiden.conf


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

    r8018 r8261  
    1818$Y='463704';
    1919
    20 $config{'sis0'}=sprintf <<SIS0;  # Link naar router
     20$config{'sis0'}=sprintf <<SIS0;
     21COMMENT=Link naar router
    2122TYPE=ethernet
    2223
     
    2930SIS0
    3031
    31 $config{'sis1'}=sprintf <<SIS1;  # Link naar NodeCeTIM
     32$config{'sis1'}=sprintf <<SIS1;
     33COMMENT=Link naar NodeCeTIM
    3234TYPE=ethernet
    3335IP=$master_ip/28
     
    3739SIS1
    3840
    39 $config{'sis2'}=sprintf <<SIS2;  # Lokaal Ethernet naar kerk
     41$config{'sis2'}=sprintf <<SIS2;
     42COMMENT=Lokaal Ethernet naar kerk
    4043TYPE=ethernet
    4144IP=172.17.143.17/26
Note: See TracChangeset for help on using the changeset viewer.