Changeset 8261 in genesis for nodes/CNodeWissel/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/CNodeWissel/wleiden.conf

    r8049 r8261  
    1313$status='up';
    1414
    15 $config{'ep0'}=sprintf <<EP0;  # eth
     15$config{'ep0'}=sprintf <<EP0;
     16COMMENT=eth
    1617TYPE=ethernet
    1718IP=172.19.182.65/29
     
    2122EP0
    2223
    23 $config{'wi0'}=sprintf <<EW0;  # Locale Omni
     24$config{'wi0'}=sprintf <<EW0;
     25COMMENT=Locale Omni
    2426TYPE=wireless
    2527IP=$master_ip/26
     
    3234EW0
    3335
    34 $config{'wi1'}=sprintf <<EW1;  # Link naar AZC
     36$config{'wi1'}=sprintf <<EW1;
     37COMMENT=Link naar AZC
    3538TYPE=wireless
    3639IP=172.16.2.54/30
Note: See TracChangeset for help on using the changeset viewer.