Changeset 6535 in genesis


Ignore:
Timestamp:
Jan 3, 2009, 12:21:11 AM (16 years ago)
Author:
roland
Message:

Modifed genesis-to-py.pl to know 11a interfaces. The problem is that
genesis doesn't define 11a interfaces in a correct way, the second
problem is that there are ethernet-wifi bridges which are a pain
to configure normally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/genesis-to-py.pl

    r6508 r6535  
    9191    }
    9292
     93    if ( $tmp{type} eq '11b' && $tmp{channel} > 13 ) {
     94        $tmp{type} = '11a';
     95    }
     96
    9397    foreach $key (keys %tmp) {
    94         print "$key=$tmp{$key}\n"
     98        print "$key=$tmp{$key}\n";
    9599    }
    96100    print "\n";
Note: See TracChangeset for help on using the changeset viewer.