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


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

    r7657 r8261  
    1818$Y='460430';
    1919
    20 $config{'xl0'}=sprintf <<ED0;  # Local ethernet
     20$config{'xl0'}=sprintf <<ED0;
     21COMMENT=Local ethernet
    2122
    2223TYPE=ethernet
     
    2526DESC=Ethernet lokaal
    2627SDESC=eth0
    27 #DHCP=68-70
     28DHCP=68-70
    2829DHCP=no
    2930
     
    4647EW0
    4748
    48 $config{'wi1'}=sprintf <<EW1;  # Link naar AA24
     49$config{'wi1'}=sprintf <<EW1;
     50COMMENT=Link naar AA24
    4951TYPE=wireless
    5052IP=172.16.2.41/30
     
    6567EW1
    6668
    67 $config{'wi2'}=sprintf <<EW2;  # link naar Gerard
     69$config{'wi2'}=sprintf <<EW2;
     70COMMENT=link naar Gerard
    6871TYPE=wireless
    6972IP=172.16.1.189/30
Note: See TracChangeset for help on using the changeset viewer.