Changeset 10109 in genesis


Ignore:
Timestamp:
Mar 11, 2012, 12:34:07 PM (13 years ago)
Author:
rick
Message:

Included two keys which are missing sometimes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/genesis-to-yaml.pl

    r10054 r10109  
    162162      $tmp{status} = 'up';
    163163    }
     164    if ( ! $tmp{mode} ) {
     165      $tmp{mode} = 'station-wds';
     166    }
     167    if ( ! $tmp{desc} ) {
     168      $tmp{desc} = $tmp{comment};
     169    }
    164170# ethernet2wifi bridges
    165171    if ( $tmp{extra_type} eq 'eth2wifibridge' ) {
Note: See TracChangeset for help on using the changeset viewer.