Changeset 8261 in genesis for nodes/CNodeAZC


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

    r7657 r8261  
    1919$Y='465207';
    2020
    21 $config{'ep0'}=sprintf <<ED0;  # Ethernet
     21$config{'ep0'}=sprintf <<ED0;
     22COMMENT=Ethernet
    2223TYPE=ethernet
    2324IP=172.19.144.65/26
     
    3132ED0
    3233
    33 $config{'wi0'}=sprintf <<EW0;  #link naar Lijtweg2
     34$config{'wi0'}=sprintf <<EW0;
     35COMMENT=link naar Lijtweg2
    3436TYPE=wireless
    3537IP=172.16.1.97/30
     
    4850EW0
    4951
    50 $config{'wi0:0'}=sprintf <<EW00;  #link naar Endegeest
     52$config{'wi0:0'}=sprintf <<EW00;
     53COMMENT=link naar Endegeest
    5154TYPE=wireless
    5255IP=172.19.144.129/28
     
    5760
    5861
    59 $config{'wi1'}=sprintf <<EW1;    #link naar WP
     62$config{'wi1'}=sprintf <<EW1;
     63COMMENT=link naar WP
    6064TYPE=wireless
    6165#11=Wandy WP depedance
     
    7680EW1
    7781
    78 $config{'wi1:0'}=sprintf <<EW10;  # Link naar Wissel
     82$config{'wi1:0'}=sprintf <<EW10;
     83COMMENT=Link naar Wissel
    7984TYPE=wireless
    8085IP=172.16.2.53/30
     
    8590
    8691
    87 $config{'wi1:1'}=sprintf <<EW11;  # Link naar Eddy
     92$config{'wi1:1'}=sprintf <<EW11;
     93COMMENT=Link naar Eddy
    8894TYPE=wireless
    8995IP=172.16.2.113/30
     
    94100
    95101
    96 $config{'wi2'}=sprintf <<EW2;  # link naar Rabo
     102$config{'wi2'}=sprintf <<EW2;
     103COMMENT=link naar Rabo
    97104TYPE=wireless
    98105IP=172.16.0.222/30
     
    111118EW2
    112119
    113 $config{'wi3'}=sprintf <<EW3;  # Link naar Unigor
     120$config{'wi3'}=sprintf <<EW3;
     121COMMENT=Link naar Unigor
    114122TYPE=wireless
    115123IP=172.16.0.166/30
Note: See TracChangeset for help on using the changeset viewer.