Changeset 8261 in genesis for nodes/CNodeKoster


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

    r8260 r8261  
    2020#$AGGREGATE=22;
    2121
    22 $config{'sis0'}=sprintf <<SIS0;  # Ethernet (Proxy)
     22$config{'sis0'}=sprintf <<SIS0;
     23COMMENT=Ethernet (Proxy)
    2324TYPE=ethernet
    2425IP=172.17.255.228/29
     
    2728SDESC=eth
    2829
    29 #DHCP=68-70
     30DHCP=68-70
    3031DHCP=no
    3132
     
    3435SIS0
    3536
    36 $config{'sis1'}=sprintf <<SIS1;  # Ethernet
     37$config{'sis1'}=sprintf <<SIS1;
     38COMMENT=Ethernet
    3739TYPE=ethernet
    3840IP=172.28.176.75/29
     
    4749
    4850
    49 $config{'wi0'}=sprintf <<EW0;  # OMNI
     51$config{'wi0'}=sprintf <<EW0;
     52COMMENT=OMNI
    5053TYPE=wireless
    5154IP=$master_ip/26
     
    6669
    6770
    68 $config{'wi1'}=sprintf <<EW1;  # interlink naar noord HWFortis2
     71$config{'wi1'}=sprintf <<EW1;
     72COMMENT=interlink naar noord HWFortis2
    6973TYPE=wireless
    7074IP=172.28.1.158/30
     
    8387
    8488
    85 $config{'wi2'}=sprintf <<EW2;  # interlink naar Stadhuis
     89$config{'wi2'}=sprintf <<EW2;
     90COMMENT=interlink naar Stadhuis
    8691TYPE=wireless
    8792IP=172.28.1.129/30
Note: See TracChangeset for help on using the changeset viewer.