Changeset 8261 in genesis for nodes/CNodeSHFortis


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/CNodeSHFortis/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.28.136.65/29
     
    2627SDESC=eth
    2728
    28 #DHCP=68-70
     29DHCP=68-70
    2930DHCP=no
    3031
     
    3435ED0
    3536
    36 $config{'wi0'}=sprintf <<EW0;  # OMNI
     37$config{'wi0'}=sprintf <<EW0;
     38COMMENT=OMNI
    3739TYPE=wireless
    3840IP=$master_ip/26
     
    5355
    5456
    55 $config{'wi1'}=sprintf <<EW1;  # link naar Koster
     57$config{'wi1'}=sprintf <<EW1;
     58COMMENT=link naar Koster
    5659TYPE=wireless
    5760IP=172.28.1.130/30
     
    7174
    7275
    73 $config{'wi2'}=sprintf <<EW2;  # link naar PPFortis
     76$config{'wi2'}=sprintf <<EW2;
     77COMMENT=link naar PPFortis
    7478TYPE=wireless
    7579IP=172.28.1.138/30
Note: See TracChangeset for help on using the changeset viewer.