Changeset 8261 in genesis for nodes/CNodeWBRotary2/wleiden.conf


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

    r7657 r8261  
    1919$AGGREGATE=22;
    2020
    21 $config{'sis0'}=sprintf <<ED0;  # eth
     21$config{'sis0'}=sprintf <<ED0;
     22COMMENT=eth
    2223TYPE=ethernet
    2324IP=172.25.56.65/29
     
    2627SDESC=eth
    2728
    28 #DHCP=68-70
     29DHCP=68-70
    2930DHCP=no
    3031
     
    3334ED0
    3435
    35 $config{'sis1'}=sprintf <<ED1;  # ethernet naar CNodeWBRotary1
     36$config{'sis1'}=sprintf <<ED1;
     37COMMENT=ethernet naar CNodeWBRotary1
    3638TYPE=ethernet
    3739IP=172.16.1.122/30
     
    4042SDESC=2wbrotary1
    4143
    42 #DHCP=68-70
     44DHCP=68-70
    4345DHCP=no
    4446
     
    4749ED1
    4850
    49 $config{'wi0'}=sprintf <<EW0;  # OMNI
     51$config{'wi0'}=sprintf <<EW0;
     52COMMENT=OMNI
    5053TYPE=wireless
    5154IP=$master_ip/26
     
    6568
    6669
    67 $config{'wi1'}=sprintf <<EW1;  # link naar Rijnsaterwoude Gemeentehuis
     70$config{'wi1'}=sprintf <<EW1;
     71COMMENT=link naar Rijnsaterwoude Gemeentehuis
    6872TYPE=wireless
    6973IP=172.16.2.25/30
     
    8387
    8488
    85 $config{'wi2'}=sprintf <<EW2;  # link naar Alphen HWFortis
     89$config{'wi2'}=sprintf <<EW2;
     90COMMENT=link naar Alphen HWFortis
    8691TYPE=wireless
    8792IP=172.16.0.45/30
Note: See TracChangeset for help on using the changeset viewer.