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

    r8098 r8261  
    88$Y='462905';
    99
    10 $config{'ath0'}=sprintf <<ATH0;  # ap zuidzijde
     10$config{'ath0'}=sprintf <<ATH0;
     11COMMENT=ap zuidzijde
    1112TYPE=wireless
    1213IP=$master_ip/26
     
    1920ATH0
    2021
    21 $config{'vr0'}=sprintf <<VR0;  # Ethernet to local subnet
     22$config{'vr0'}=sprintf <<VR0;
     23COMMENT=Ethernet to local subnet
    2224TYPE=ethernet
    2325IP=172.18.49.72/28
     
    2729VR0
    2830
    29 $config{'vr1'}=sprintf <<VR1; # tijdelijke link naar Leythenrode
     31$config{'vr1'}=sprintf <<VR1;
     32COMMENT=tijdelijke link naar Leythenrode
    3033TYPE=ethernet
    3134EXTRA_TYPE=eth2wifibridge
     
    3437SDESC=2leythenrode
    3538DHCP=no
    36 #MODE=bridge managed
    37 #ESSID=il-zw.leythenrode.wleiden.net
    38 #CHANNEL=44
    39 #NS_IP=192.168.1.21
    40 #NSMAC=00:15:6D:EA:F0:7B
     39MODE=bridge managed
     40ESSID=il-zw.leythenrode.wleiden.net
     41CHANNEL=44
     42NS_IP=192.168.1.21
     43NSMAC=00:15:6D:EA:F0:7B
    4144VR1
    4245
    43 $config{'vr2'}=sprintf <<VR2; # link naar Lorentzhof
     46$config{'vr2'}=sprintf <<VR2;
     47COMMENT=link naar Lorentzhof
    4448TYPE=ethernet
    4549EXTRA_TYPE=eth2wifibridge
     
    4751DESC=Link naar Lorentzhof
    4852SDESC=2lorentzhof
    49 #MODE=bridge ap
    50 #ESSID=il-zw.roomburgh2.wleiden.net
    51 #CHANNEL=116
    52 #NS_IP=192.168.1.20
    53 #NSMAC=00:15:6D:EB:EF:A7
     53MODE=bridge ap
     54ESSID=il-zw.roomburgh2.wleiden.net
     55CHANNEL=116
     56NS_IP=192.168.1.20
     57NSMAC=00:15:6D:EB:EF:A7
    5458DHCP=no
    5559VR2
Note: See TracChangeset for help on using the changeset viewer.