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

    r8049 r8261  
    1717$AGGREGATE=22;
    1818
    19 $config{'sis0'}=sprintf <<ED0;  # ethernet poort 0 Soekris
     19$config{'sis0'}=sprintf <<ED0;
     20COMMENT=ethernet poort 0 Soekris
    2021TYPE=ethernet
    2122IP=$master_ip/29
     
    2930ED0
    3031
    31 $config{'sis1'}=sprintf <<ED1;  # eth poort 1 naar node kempers2
     32$config{'sis1'}=sprintf <<ED1;
     33COMMENT=eth poort 1 naar node kempers2
    3234TYPE=ethernet
    3335IP=172.16.1.201/30
     
    4244ED1
    4345
    44 $config{'wi0'}=sprintf <<EW0;  # Link naar LMDorp
     46$config{'wi0'}=sprintf <<EW0;
     47COMMENT=Link naar LMDorp
    4548TYPE=wireless
    4649IP=172.16.1.193/30
     
    5659EW0
    5760
    58 $config{'wi0:0'}=sprintf <<EW00; #link naar lmstruykverwo2
     61$config{'wi0:0'}=sprintf <<EW00;
     62COMMENT=link naar lmstruykverwo2
    5963TYPE=wireless
    6064IP=172.16.1.205/30
     
    6973EW00
    7074
    71 $config{'wi1'}=sprintf <<EW1;  # link kempers naar BDBoon
     75$config{'wi1'}=sprintf <<EW1;
     76COMMENT=link kempers naar BDBoon
    7277TYPE=wireless
    7378IP=172.16.1.213/30
Note: See TracChangeset for help on using the changeset viewer.