Changeset 8261 in genesis for nodes/CNodeAMWaterT2


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

    r8260 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=172.25.94.65/29
     
    2930ED0
    3031
    31 $config{'sis1'}=sprintf <<ED1;  # ethernet poort 1 naar node watertoren 1
     32$config{'sis1'}=sprintf <<ED1;
     33COMMENT=ethernet poort 1 naar node watertoren 1
    3234TYPE=ethernet
    3335IP=172.16.2.122/30
     
    4244ED1
    4345
    44 $config{'wi0'}=sprintf <<EW0;  # OMNI voor Watertoren
     46$config{'wi0'}=sprintf <<EW0;
     47COMMENT=OMNI voor Watertoren
    4548TYPE=wireless
    4649IP=$master_ip/26
     
    5962EW0
    6063
    61 $config{'wi1'}=sprintf <<EW1;  # link naar onbekend
     64$config{'wi1'}=sprintf <<EW1;
     65COMMENT=link naar onbekend
    6266TYPE=wireless
    6367IP=172.16.16.59/30
Note: See TracChangeset for help on using the changeset viewer.