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

    r8220 r8261  
    1313$Y='461987';
    1414
    15 $config{'sis0'}=sprintf <<SIS0; # Link to proxy interface
     15$config{'sis0'}=sprintf <<SIS0;
     16COMMENT=Link to proxy interface
    1617TYPE=ethernet
    1718IP=172.16.3.97/30
     
    2223
    2324
    24 $config{'ath0'}=sprintf <<ATH0;  # Internal Wireless
     25$config{'ath0'}=sprintf <<ATH0;
     26COMMENT=Internal Wireless
    2527TYPE=wireless
    2628MODE=master
     
    3941# Connected via NanoStation5
    4042# ESSID=il-zw.haagwijk.wleiden.net
    41 $config{'sis1'}=sprintf <<SIS1;  # Link naar Haagwijk
     43$config{'sis1'}=sprintf <<SIS1;
     44COMMENT=Link naar Haagwijk
    4245TYPE=ethernet
    4346IP=172.16.4.148/29
     
    4548DESC=Link naar Haagwijk
    4649SDESC=2haagwijk
    47 #MODE=bridge client wds
    48 #ESSID=il-zw.haagwijk.wleiden.net
    49 #NSMAC=
    50 #NS_IP=172.16.4.147/29
     50MODE=bridge client wds
     51ESSID=il-zw.haagwijk.wleiden.net
     52NSMAC=
     53NS_IP=172.16.4.147/29
    5154
    5255MODE=managed
Note: See TracChangeset for help on using the changeset viewer.