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

    r7657 r8261  
    1717$LOCATION='v.d. Boon, Bilderdam';
    1818
    19 $config{'sis0'}=sprintf <<ED0;  # eth
     19$config{'sis0'}=sprintf <<ED0;
     20COMMENT=eth
    2021TYPE=ethernet
    2122IP=172.25.41.65/29
     
    2425SDESC=eth
    2526DHCP=68-70
    26 #DHCP=no
     27DHCP=no
    2728
    2829ED0
    2930
    30 $config{'wi0'}=sprintf <<EW0;  # OMNI
     31$config{'wi0'}=sprintf <<EW0;
     32COMMENT=OMNI
    3133TYPE=wireless
    3234IP=$master_ip/26
     
    4446EW0
    4547
    46 $config{'wi1'}=sprintf <<EW1;  # link naar kempers
     48$config{'wi1'}=sprintf <<EW1;
     49COMMENT=link naar kempers
    4750TYPE=wireless
    4851IP=172.16.1.214/30
     
    5962EW1
    6063
    61 $config{'wi2'}=sprintf <<EW2;  # link naar RWGemhuis
     64$config{'wi2'}=sprintf <<EW2;
     65COMMENT=link naar RWGemhuis
    6266TYPE=wireless
    6367IP=172.16.3.8/30
Note: See TracChangeset for help on using the changeset viewer.