Changeset 8261 in genesis for nodes/CNodeLangeVoort


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

    r8152 r8261  
    1313$status='up';
    1414
    15 $config{'sis0'}=sprintf <<SIS0;  # eth
     15$config{'sis0'}=sprintf <<SIS0;
     16COMMENT=eth
    1617TYPE=ethernet
    1718IP=172.23.25.65/30
     
    2021SIS0
    2122
    22 $config{'wi0'}=sprintf <<EW0;  # Locale Omni
     23$config{'wi0'}=sprintf <<EW0;
     24COMMENT=Locale Omni
    2325TYPE=wireless
    2426IP=$master_ip/26
     
    3133EW0
    3234
    33 $config{'wi1'}=sprintf <<EW1;  # Link naar hofwijck
     35$config{'wi1'}=sprintf <<EW1;
     36COMMENT=Link naar hofwijck
    3437TYPE=wireless
    3538IP=172.16.3.134/30
     
    3841MODE=managed
    3942ESSID=il-w.hofwijck.wleiden.net
    40 #CHANNEL=3
     43CHANNEL=3
    4144DHCP=no
    4245EW1
    4346
    44 $config{'wi2'}=sprintf <<EW2;  # Link naar Lijtweg1
     47$config{'wi2'}=sprintf <<EW2;
     48COMMENT=Link naar Lijtweg1
    4549TYPE=wireless
    4650IP=172.16.3.66/30
Note: See TracChangeset for help on using the changeset viewer.