Changeset 8261 in genesis for nodes/CNodeAMWaterT1


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

    r7657 r8261  
    1717$AGGREGATE=22;
    1818
    19 $config{'sis0'}=sprintf <<ED0;  # ethernet poort 0 Soekris  (naar het internet)
     19$config{'sis0'}=sprintf <<ED0;
     20COMMENT=ethernet poort 0 Soekris  (naar het internet)
    2021TYPE=ethernet
    2122IP=172.25.90.65/29
     
    2526ED0
    2627
    27 $config{'sis1'}=sprintf <<ED1;  # ethernet poort 1  op Soekris
     28$config{'sis1'}=sprintf <<ED1;
     29COMMENT=ethernet poort 1  op Soekris
    2830TYPE=ethernet
    2931IP=172.16.2.121/30
     
    3335ED1
    3436
    35 $config{'ath0'}=sprintf <<EW0;  # OMNI voor Wifi op de westeinder
     37$config{'ath0'}=sprintf <<EW0;
     38COMMENT=OMNI voor Wifi op de westeinder
    3639TYPE=wireless
    3740IP=$master_ip/26
     
    4548EW0
    4649
    47 $config{'wi0'}=sprintf <<EW1;  # Link naar LMkepers Leimuiden
     50$config{'wi0'}=sprintf <<EW1;
     51COMMENT=Link naar LMkepers Leimuiden
    4852TYPE=wireless
    4953IP=172.16.1.210/30
     
    5761EW1
    5862
    59 $config{'wi1'}=sprintf <<EW2;  # link Node drijfhuis
     63$config{'wi1'}=sprintf <<EW2;
     64COMMENT=link Node drijfhuis
    6065TYPE=wireless
    6166IP=172.16.2.125/30
     
    6873EW2
    6974
    70 $config{'wi1:0'}=sprintf <<EW20; #link naar Node Recpark
     75$config{'wi1:0'}=sprintf <<EW20;
     76COMMENT=link naar Node Recpark
    7177TYPE=wireless
    7278IP=172.16.2.129/30
Note: See TracChangeset for help on using the changeset viewer.