Changeset 8261 in genesis for nodes/CNodeBrug


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

    r8260 r8261  
    1717$status='up';
    1818
    19 $config{'sis0'}=sprintf <<SIS0;  # eth
     19$config{'sis0'}=sprintf <<SIS0;
     20COMMENT=eth
    2021TYPE=ethernet
    2122IP=172.19.160.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 Unigor
     53$config{'wi1'}=sprintf <<EW1;
     54COMMENT=Link naar Unigor
    5255TYPE=wireless
    5356IP=172.16.0.18/30
     
    6467EW1
    6568
    66 $config{'wi2'}=sprintf <<EW2;  # Link naar Lijtweg2
     69$config{'wi2'}=sprintf <<EW2;
     70COMMENT=Link naar Lijtweg2
    6771TYPE=wireless
    6872IP=172.16.1.178/30
Note: See TracChangeset for help on using the changeset viewer.