Changeset 8261 in genesis for nodes/CNodePPFortis


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

    r7660 r8261  
    2020#$AGGREGATE=22;
    2121
    22 $config{'sis0'}=sprintf <<SIS0;  # Ethernet IP's 65 - 70 /248
     22$config{'sis0'}=sprintf <<SIS0;
     23COMMENT=Ethernet IP's 65 - 70 /248
    2324TYPE=ethernet
    2425IP=172.28.138.65/29
     
    3334
    3435
    35 #$config{'sis1'}=sprintf <<SIS1;  # Ethernet
    36 #TYPE=ethernet
    37 #IP=172.28.138.73/29
    38 #
    39 #DESC=Ethernet naar ......
    40 #SDESC=eth
    41 #
    42 #DHCP=no
    43 #
    44 #
    45 #SIS1
     36$config{'sis1'}=sprintf <<SIS1;
     37TYPE=ethernet
     38IP=172.28.138.73/29
     39
     40DESC=Ethernet naar onbekend
     41SDESC=eth
     42
     43DHCP=no
    4644
    4745
    48 $config{'wi0'}=sprintf <<EW0;  # OMNI
     46SIS1
     47
     48
     49$config{'wi0'}=sprintf <<EW0;
     50COMMENT=OMNI
    4951TYPE=wireless
    5052IP=$master_ip/26
     
    6567
    6668
    67 $config{'wi1'}=sprintf <<EW1;  # Planned interlink Richting Leiden
     69$config{'wi1'}=sprintf <<EW1;
     70COMMENT=Planned interlink Richting Leiden
    6871TYPE=wireless
    6972IP=172.16.28.1/30
     
    8386
    8487
    85 $config{'wi2'}=sprintf <<EW2;  # interlink naar Stadhuis
     88$config{'wi2'}=sprintf <<EW2;
     89COMMENT=interlink naar Stadhuis
    8690TYPE=wireless
    8791IP=172.28.1.137/30
Note: See TracChangeset for help on using the changeset viewer.