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

    r8052 r8261  
    1111$Y='465975';
    1212
    13 $config{'ath0'}=sprintf <<ATH0;  # AP
     13$config{'ath0'}=sprintf <<ATH0;
     14COMMENT=AP
    1415TYPE=wireless
    1516IP=$master_ip/26
     
    2223ATH0
    2324
    24 $config{'sis0'}=sprintf <<SIS0;  # Ethernet
     25$config{'sis0'}=sprintf <<SIS0;
     26COMMENT=Ethernet
    2527TYPE=ethernet
    2628IP=172.21.152.65/28
     
    3032SIS0
    3133
    32 $config{'sis1'}=sprintf <<SIS1; # Link naar Rosmolen
     34$config{'sis1'}=sprintf <<SIS1;
     35COMMENT=Link naar Rosmolen
    3336TYPE=ethernet
    3437EXTRA_TYPE=eth2wifibridge
     
    3740IP=172.16.2.66/30
    3841DHCP=no
    39 #MODE=managed
    40 #ESSID=il-o.rosmolen.wleiden.net
    41 #CHANNEL=11
    42 #BulletMAC=
     42MODE=managed
     43ESSID=il-o.rosmolen.wleiden.net
     44CHANNEL=11
     45BulletMAC=
    4346SIS1
    4447
    45 $config{'wi0'}=sprintf <<EW0;  # link naar oost -> Polder
     48$config{'wi0'}=sprintf <<EW0;
     49COMMENT=link naar oost -> Polder
    4650TYPE=wireless
    4751DESC=Link naar oost
Note: See TracChangeset for help on using the changeset viewer.