Changeset 8261 in genesis for nodes/CNodeWBRotary1


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (15 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/CNodeWBRotary1/wleiden.conf

    r8202 r8261  
    1919$AGGREGATE=22;
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # eth
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=eth
    2223TYPE=ethernet
    2324IP=172.25.52.65/29
     
    2627SDESC=eth
    2728
    28 #DHCP=68-70
     29DHCP=68-70
    2930DHCP=no
    3031
     
    3334ED0
    3435
    35 $config{'sis1'}=sprintf <<ED0;  # eth
     36$config{'sis1'}=sprintf <<ED0;
     37COMMENT=eth
    3638TYPE=ethernet
    3739IP=172.16.1.121/30
     
    4042SDESC=2WBRotary2
    4143
    42 #DHCP=68-70
     44DHCP=68-70
    4345DHCP=no
    4446
     
    4749ED0
    4850
    49 $config{'wi0'}=sprintf <<EW0;  # link naar HMKerk1
     51$config{'wi0'}=sprintf <<EW0;
     52COMMENT=link naar HMKerk1
    5053TYPE=wireless
    5154IP=172.16.2.29/30
     
    6265EW0
    6366
    64 $config{'wi1'}=sprintf <<EW1;  # OMNI
     67$config{'wi1'}=sprintf <<EW1;
     68COMMENT=OMNI
    6569TYPE=wireless
    6670IP=$master_ip/26
     
    8084
    8185
    82 $config{'wi2'}=sprintf <<EW2;  # link naar Gerard
     86$config{'wi2'}=sprintf <<EW2;
     87COMMENT=link naar Gerard
    8388
    8489TYPE=wireless
     
    99104EW2
    100105
    101 $config{'wi2:0'}=sprintf <<WI20;  # Link Zwet
     106$config{'wi2:0'}=sprintf <<WI20;
     107COMMENT=Link Zwet
    102108TYPE=ethernet
    103109IP=172.16.4.131/29
     
    108114WI20
    109115
    110 #$config{'wi2:0'}=sprintf <<EW20;  # link naar Zoetermeer Aalstlaan
    111 #TYPE=wireless
    112 #IP=172.16.2.29/30
    113 #DESC=Link naar zoetermeer aalstlaan
    114 #SDESC=2aalstlaan.wlztm
    115 #EW20
     116$config{'wi2:0'}=sprintf <<EW20;
     117COMMENT=link naar Zoetermeer Aalstlaan
     118TYPE=wireless
     119IP=172.16.16.5/30
     120DESC=Link naar zoetermeer aalstlaan
     121SDESC=2aalstlaan.wlztm
     122EW20
    116123
    117 #$config{'wi2:1'}=sprintf <<EW21;  # link naar Koudekerk Trekkertrek
    118 #TYPE=wireless
    119 #IP=172.16.2.37/30
    120 #DESC=Link naar Trekkertrek
    121 #SDESC=2Trekkertrek
    122 #EW21
     124$config{'wi2:1'}=sprintf <<EW21;
     125COMMENT=link naar Koudekerk Trekkertrek
     126TYPE=wireless
     127IP=172.16.2.37/30
     128DESC=Link naar Trekkertrek
     129SDESC=2Trekkertrek
     130EW21
    123131
    124132
Note: See TracChangeset for help on using the changeset viewer.