Changeset 8261 in genesis for nodes/CNodeRoomburgh3


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

    r8171 r8261  
    1111$Y='462890';
    1212
    13 $config{'ath0'}=sprintf <<AT0;  # link naar ...
     13$config{'ath0'}=sprintf <<AT0;
     14COMMENT=link naar ...
    1415TYPE=wireless
    1516IP=172.16.3.161/30
     
    2223AT0
    2324
    24 $config{'vr0'}=sprintf <<VR0;  # Ethernet to local subnet with PoE
     25$config{'vr0'}=sprintf <<VR0;
     26COMMENT=Ethernet to local subnet with PoE
    2527TYPE=ethernet
    2628IP=172.18.49.73/28
     
    3032VR0
    3133
    32 $config{'vr1'}=sprintf <<VR1; # a-link to DeClerq via Nanostation5
     34$config{'vr1'}=sprintf <<VR1;
     35COMMENT=a-link to DeClerq via Nanostation5
    3336TYPE=ethernet
    3437EXTRA_TYPE=eth2wifibridge
     
    3740SDESC=2DeClerq
    3841DHCP=no
    39 #MODE=managed
    40 #ESSID=il-w.declercq.wleiden.net
    41 #CHANNEL=52
    42 #NS_IP=192.168.1.21
    43 #NSMAC=00:15:6D:BD:69:30
     42MODE=managed
     43ESSID=il-w.declercq.wleiden.net
     44CHANNEL=52
     45NS_IP=192.168.1.21
     46NSMAC=00:15:6D:BD:69:30
    4447VR1
    4548
    46 $config{'vr2'}=sprintf <<VR2; # link to Zijloever via Nanostation5
     49$config{'vr2'}=sprintf <<VR2;
     50COMMENT=link to Zijloever via Nanostation5
    4751TYPE=ethernet
    4852EXTRA_TYPE=eth2wifibridge
     
    5054DESC=ethernet to interlink noord-2
    5155SDESC=2Zijloever
    52 #MODE=master
    53 #ESSID=il-n.roomburgh3.wleiden.net
    54 #CHANNEL=44
    55 #NS_IP=192.168.1.20
    56 #NSMAC=00:15:6D:EA:F0:28
     56MODE=master
     57ESSID=il-n.roomburgh3.wleiden.net
     58CHANNEL=44
     59NS_IP=192.168.1.20
     60NSMAC=00:15:6D:EA:F0:28
    5761VR2
    5862
Note: See TracChangeset for help on using the changeset viewer.