Changeset 8261 in genesis for nodes/CNodeRund


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (15 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/CNodeRund/wleiden.conf

    r7660 r8261  
    2020$LOKATIE='IP69 kast aan antennemast, PoE vanuit voorkamer en meterkast.';
    2121
    22 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     22$config{'sis0'}=sprintf <<ED0;
     23COMMENT=Ethernet
    2324TYPE=ethernet
    2425IP=172.17.160.65/28
     
    3435ED0
    3536
    36 $config{'wi0'}=sprintf <<EOM;  # AP NW
     37$config{'wi0'}=sprintf <<EOM;
     38COMMENT=AP NW
    3739TYPE=wireless
    3840IP=$master_ip/26
     
    4143
    4244
    43 #DHCP=no
     45DHCP=no
    4446DHCP=10-60
    4547
     
    5456EOM
    5557
    56 $config{'wi2'}=sprintf <<EOM; # Link naar vosko2
     58$config{'wi2'}=sprintf <<EOM;
     59COMMENT=Link naar vosko2
    5760TYPE=wireless
    5861IP=172.16.0.177/30
     
    6467ESSID=il-no.vosko2.wleiden.net
    6568
    66 #CHANNEL=13
     69CHANNEL=13
    6770
    6871
Note: See TracChangeset for help on using the changeset viewer.