Changeset 8261 in genesis for nodes/CNodeLorentzhof


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

    r7657 r8261  
    2020$LOKATIE='Lorentzhof 1, 2313 GA,  Leiden';
    2121
    22 $config{'sis0'}=sprintf <<ED0;  # Ethernet
     22$config{'sis0'}=sprintf <<ED0;
     23COMMENT=Ethernet
    2324TYPE=ethernet
    2425IP=172.18.64.65/28
     
    3435
    3536
    36 $config{'wi0'}=sprintf <<EW0;  # omni
     37$config{'wi0'}=sprintf <<EW0;
     38COMMENT=omni
    3739TYPE=wireless
    3840IP=$master_ip/26
     
    6264HEIGHT=13
    6365DHCP=no
    64 #CHANNEL 2
     66CHANNEL 2
    6567EW1
    6668
    6769
    68 $config{'wi2'}=sprintf <<EW2; #Link naar Plantsoen
     70$config{'wi2'}=sprintf <<EW2;
     71COMMENT=Link naar Plantsoen
    6972TYPE=wireless
    7073IP=172.16.1.225/30
     
    8285EW2
    8386
    84 $config{'wi3'}=sprintf <<EW3; #Link Haagwijk
     87$config{'wi3'}=sprintf <<EW3;
     88COMMENT=Link Haagwijk
    8589
    8690TYPE=wireless
     
    9397ESSID=il-o.haagwijk.wleiden.net
    9498
    95 #CHANNEL=1
     99CHANNEL=1
    96100
    97101HEIGHT=13
Note: See TracChangeset for help on using the changeset viewer.