Changeset 10109 in genesis
- Timestamp:
- Mar 11, 2012, 12:34:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/genesis-to-yaml.pl
r10054 r10109 162 162 $tmp{status} = 'up'; 163 163 } 164 if ( ! $tmp{mode} ) { 165 $tmp{mode} = 'station-wds'; 166 } 167 if ( ! $tmp{desc} ) { 168 $tmp{desc} = $tmp{comment}; 169 } 164 170 # ethernet2wifi bridges 165 171 if ( $tmp{extra_type} eq 'eth2wifibridge' ) {
Note:
See TracChangeset
for help on using the changeset viewer.