Changeset 6564 in genesis for nodes


Ignore:
Timestamp:
Jan 7, 2009, 2:12:53 AM (16 years ago)
Author:
roland
Message:

added EXTRA_TYPE=eth2wifibridge to specify that the link goes via a wandy.

Location:
nodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeDirkLos2/wleiden.conf

    r6541 r6564  
    5252
    5353$config{'sis2'}=sprintf <<SIS2;
    54 TYPE=IRIS ethernet
     54TYPE=ethernet
     55EXTRA_TYPE=eth2wifibridge
    5556IP=172.16.3.65/30
    5657
     
    8586
    8687$config{'sis3'}=sprintf <<SIS3;
    87 TYPE=IRIS ethernet
     88TYPE=ethernet
     89EXTRA_TYPE=eth2wifibridge
    8890IP=172.16.3.37/30
    8991
     
    125127
    126128$config{'sis4'}=sprintf <<SIS4;
    127 TYPE=IRIS ethernet
     129TYPE=ethernet
     130EXTRA_TYPE=eth2wifibridge
    128131IP=172.16.3.46/30
    129132
  • nodes/genesis-to-py.pl

    r6541 r6564  
    9494        }
    9595    }
     96# ethernet2wifi bridges
     97    if ( $tmp{extra_type} eq 'eth2wifibridge' ) {
     98        $tmp{type} = '11b';
     99    }
    96100# 11a
    97101    if ( $tmp{type} eq '11b' && $tmp{channel} > 13 ) {
Note: See TracChangeset for help on using the changeset viewer.