Changeset 8261 in genesis for nodes/CNodeWP


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

    r7657 r8261  
    1717$status='up';
    1818
    19 $config{'sis0'}=sprintf <<SIS0;  # eth
     19$config{'sis0'}=sprintf <<SIS0;
     20COMMENT=eth
    2021TYPE=ethernet
    2122IP=172.19.168.65/29
     
    3132
    3233
    33 $config{'wi0'}=sprintf <<EW0;  # Locale Omni
     34$config{'wi0'}=sprintf <<EW0;
     35COMMENT=Locale Omni
    3436TYPE=wireless
    3537IP=$master_ip/26
     
    4951
    5052
    51 $config{'wi1'}=sprintf <<EW1;  # Link naar AZC
     53$config{'wi1'}=sprintf <<EW1;
     54COMMENT=Link naar AZC
    5255TYPE=wireless
    5356#11=Wandy WP depedance
Note: See TracChangeset for help on using the changeset viewer.