Changeset 8261 in genesis for nodes/CNodeHMKerk1


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

    r7657 r8261  
    1919$AGGREGATE=22;
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # eth port 0 hmkerk1
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=eth port 0 hmkerk1
    2223TYPE=ethernet
    2324IP=172.25.60.65/29
     
    3132ED0
    3233
    33 $config{'sis1'}=sprintf <<ED0;  # ethernet port 2 kerk2
     34$config{'sis1'}=sprintf <<ED0;
     35COMMENT=ethernet port 2 kerk2
    3436TYPE=ethernet
    3537IP=172.16.1.141/30
     
    4547
    4648
    47 $config{'wi0'}=sprintf <<EW0;  # OMNI voor de buurt ap-omni.hmkerk
     49$config{'wi0'}=sprintf <<EW0;
     50COMMENT=OMNI voor de buurt ap-omni.hmkerk
    4851TYPE=wireless
    4952IP=$master_ip/26
     
    6366
    6467
    65 $config{'wi1'}=sprintf <<EW1;  # link naar Woubrugge WBrotary
     68$config{'wi1'}=sprintf <<EW1;
     69COMMENT=link naar Woubrugge WBrotary
    6670TYPE=wireless
    6771IP=172.16.2.28/30
Note: See TracChangeset for help on using the changeset viewer.