Changeset 8261 in genesis for nodes/CNodeLvLn


Ignore:
Timestamp:
Aug 8, 2010, 12:14:27 PM (15 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/CNodeLvLn/wleiden.conf

    r7660 r8261  
    1818$Y='464130';
    1919
    20 $config{'ep0'}=sprintf <<ED0;  # eth
     20$config{'ep0'}=sprintf <<ED0;
     21COMMENT=eth
    2122TYPE=ethernet
    2223IP=172.17.144.65/29
     
    2930
    3031
    31 $config{'ep0:0'}=sprintf <<ED00;  # link naar lvln2 via ethernet
     32$config{'ep0:0'}=sprintf <<ED00;
     33COMMENT=link naar lvln2 via ethernet
    3234TYPE=ethernet
    3335IP=172.16.0.25/30
     
    3840
    3941
    40 $config{'wi0'}=sprintf <<EW0;  # OMNI
     42$config{'wi0'}=sprintf <<EW0;
     43COMMENT=OMNI
    4144TYPE=wireless
    4245IP=$master_ip/26
     
    5356EW0
    5457
    55 $config{'wi1'}=sprintf <<EW1;  # link naar cope
     58$config{'wi1'}=sprintf <<EW1;
     59COMMENT=link naar cope
    5660TYPE=wireless
    5761IP=172.16.0.70/30
     
    6872EW1
    6973
    70 $config{'wi2'}=sprintf <<EW2;  # link naar CeTIM (HLK)
     74$config{'wi2'}=sprintf <<EW2;
     75COMMENT=link naar CeTIM (HLK)
    7176TYPE=wireless
    7277IP=172.16.0.74/30
Note: See TracChangeset for help on using the changeset viewer.