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

    r7657 r8261  
    1616$Y='471200';
    1717
    18 $config{'sis0'}=sprintf <<ED0;  # eth poort 0 Kempers2
     18$config{'sis0'}=sprintf <<ED0;
     19COMMENT=eth poort 0 Kempers2
    1920TYPE=ethernet
    2021IP=172.25.84.65/29
     
    2728ED0
    2829
    29 $config{'sis1'}=sprintf <<ED1;  # eth Link naar Kempers1
     30$config{'sis1'}=sprintf <<ED1;
     31COMMENT=eth Link naar Kempers1
    3032TYPE=ethernet
    3133IP=172.16.1.202/30
     
    3941ED1
    4042
    41 $config{'ath0'}=sprintf <<EW0;  # OMNI voor Westeinder
     43$config{'ath0'}=sprintf <<EW0;
     44COMMENT=OMNI voor Westeinder
    4245TYPE=wireless
    4346IP=$master_ip/26
     
    5558EW0
    5659
    57 $config{'wi0'}=sprintf <<EW1;  # Link naar AMWTR
     60$config{'wi0'}=sprintf <<EW1;
     61COMMENT=Link naar AMWTR
    5862TYPE=wireless
    5963IP=172.16.1.209/30
Note: See TracChangeset for help on using the changeset viewer.