Changeset 8261 in genesis for nodes/CNodeLebkov/wleiden.conf


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

    r7657 r8261  
    2020$LOKATIE='Bargelaan 8';
    2121
    22 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     22$config{'sis0'}=sprintf <<ED0;
     23COMMENT=Ethernet
    2324TYPE=ethernet
    2425IP=172.19.152.65/26
     
    2930ED0
    3031
    31 $config{'wi1'}=sprintf <<EW1;  # Link naar RABO
     32$config{'wi1'}=sprintf <<EW1;
     33COMMENT=Link naar RABO
    3234TYPE=wireless
    3335IP=172.16.1.18/30
     
    4244
    4345
    44 $config{'wi2'}=sprintf <<EW0;  # AP omni
     46$config{'wi2'}=sprintf <<EW0;
     47COMMENT=AP omni
    4548TYPE=wireless
    4649IP=$master_ip/26
     
    5558
    5659
    57 $config{'wi0'}=sprintf <<EW2;  # link naar Unigor
     60$config{'wi0'}=sprintf <<EW2;
     61COMMENT=link naar Unigor
    5862TYPE=wireless
    5963IP=172.16.1.14/30
Note: See TracChangeset for help on using the changeset viewer.