Changeset 8261 in genesis for nodes/CNodeHMKerk2


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

    r7657 r8261  
    1818$AGGREGATE=22;
    1919
    20 $config{'sis0'}=sprintf <<ED0;  # eth port 0 HMkerk2
     20$config{'sis0'}=sprintf <<ED0;
     21COMMENT=eth port 0 HMkerk2
    2122TYPE=ethernet
    2223IP=172.25.64.65/29
     
    3031ED0
    3132
    32 $config{'sis1'}=sprintf <<ED1;  # eth port 1 naar HMkerk1
     33$config{'sis1'}=sprintf <<ED1;
     34COMMENT=eth port 1 naar HMkerk1
    3335TYPE=ethernet
    3436IP=172.16.1.142/30
     
    4345ED1
    4446
    45 $config{'wi0'}=sprintf <<EW0;  # link naar Graficall Wireless Leiden
     47$config{'wi0'}=sprintf <<EW0;
     48COMMENT=link naar Graficall Wireless Leiden
    4649TYPE=wireless
    4750IP=172.16.0.86/30
     
    5861EW0
    5962
    60 $config{'wi1'}=sprintf <<EW1;  # link naar Struyk Verwo Leimuiden.
     63$config{'wi1'}=sprintf <<EW1;
     64COMMENT=link naar Struyk Verwo Leimuiden.
    6165TYPE=wireless
    6266IP=172.16.1.185/30
     
    7377EW1
    7478
    75 $config{'wi1:0'}=sprintf <<EW10;  # link naar HMgw2.
     79$config{'wi1:0'}=sprintf <<EW10;
     80COMMENT=link naar HMgw2.
    7681TYPE=wireless
    7782IP=172.16.2.89/30
Note: See TracChangeset for help on using the changeset viewer.