Changeset 8261 in genesis for nodes/CNodeLvLn2


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

    r8260 r8261  
    1818$Y='464130';
    1919
    20 $config{'sis0'}=sprintf <<ED0;  # eth
     20$config{'sis0'}=sprintf <<ED0;
     21COMMENT=eth
    2122TYPE=ethernet
    2223IP=172.17.144.66/29
     
    3031
    3132
    32 $config{'sis0:0'}=sprintf <<ED00;  # link naar lvln via ethernet
     33$config{'sis0:0'}=sprintf <<ED00;
     34COMMENT=link naar lvln via ethernet
    3335TYPE=ethernet
    3436SDESC=2lvln
     
    3941
    4042
    41 $config{'ath0'}=sprintf <<EW0;  # alink 2 stadhuis2
     43$config{'ath0'}=sprintf <<EW0;
     44COMMENT=alink 2 stadhuis2
    4245TYPE=wireless
    4346SUBTYPE=802.11a
     
    5659EW0
    5760
    58 $config{'ath1'}=sprintf <<EW1;  # link naar rabo
     61$config{'ath1'}=sprintf <<EW1;
     62COMMENT=link naar rabo
    5963TYPE=wireless
    6064IP=172.16.0.98/30
Note: See TracChangeset for help on using the changeset viewer.