Changeset 8261 in genesis for nodes/CNodeRichard


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

    r8142 r8261  
    1414$Y='453165';
    1515
    16 $config{'sis0'}=sprintf <<SIS0;  # Local ethernet to proxy
     16$config{'sis0'}=sprintf <<SIS0;
     17COMMENT=Local ethernet to proxy
    1718TYPE=ethernet
    1819IP=$master_ip/30
     
    2223SIS0
    2324
    24 $config{'wi0'}=sprintf <<WI0;  # Local ethernet to proxy
     25$config{'wi0'}=sprintf <<WI0;
     26COMMENT=Local ethernet to proxy
    2527TYPE=wireless
    2628IP=172.17.0.17/26
Note: See TracChangeset for help on using the changeset viewer.