Changeset 8261 in genesis for nodes/CNodeGrip


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

    r7657 r8261  
    2121
    2222
    23 $config{'wi0'}=sprintf <<EW0;  # omni
     23$config{'wi0'}=sprintf <<EW0;
     24COMMENT=omni
    2425TYPE=wireless
    2526IP=$master_ip/26
     
    3839EW0
    3940
    40 $config{'wi1'}=sprintf <<EW1;  # link naar IMI
     41$config{'wi1'}=sprintf <<EW1;
     42COMMENT=link naar IMI
    4143TYPE=wireless
    4244IP=172.16.0.250/30
     
    5355EW1
    5456
    55 $config{'wi2'}=sprintf <<EW2;  # Link naar ROCl
     57$config{'wi2'}=sprintf <<EW2;
     58COMMENT=Link naar ROCl
    5659TYPE=wireless
    5760IP=172.16.0.254/30
     
    7275
    7376
    74 $config{'wi3'}=sprintf <<EW3;  # link naar LCPL
     77$config{'wi3'}=sprintf <<EW3;
     78COMMENT=link naar LCPL
    7579TYPE=wireless
    7680IP=172.16.1.1/30
Note: See TracChangeset for help on using the changeset viewer.