Changeset 8261 in genesis for nodes/CNodeZwet


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

    r8218 r8261  
    3030
    3131
    32 $config{'vr0'}=sprintf <<VR0; # Link naar Zwet Network
     32$config{'vr0'}=sprintf <<VR0;
     33COMMENT=Link naar Zwet Network
    3334TYPE=ethernet
    3435IP=172.27.129.65/28
     
    4243
    4344
    44 $config{'vr1'}=sprintf <<VR1;  # Link SOM2
     45$config{'vr1'}=sprintf <<VR1;
     46COMMENT=Link SOM2
    4547TYPE=ethernet
    4648IP=172.16.4.142/29
     
    5153VR1
    5254
    53 $config{'vr2'}=sprintf <<VR2;  # Link WBRotary1
     55$config{'vr2'}=sprintf <<VR2;
     56COMMENT=Link WBRotary1
    5457TYPE=ethernet
    5558IP=172.16.4.129/29
Note: See TracChangeset for help on using the changeset viewer.