Skip to content

Commit

Permalink
Set radiomac port type importable, and instance of wifi; closes #16981
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 24, 2024
1 parent afbfebf commit 8c889c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkPortType.php
Expand Up @@ -106,7 +106,7 @@ public static function getDefaults(): array

$default_instanciations = [
'Ethernet' => [6, 7, 62, 117, 169],
'Wifi' => [71],
'Wifi' => [71, 188],
'Fiberchannel' => [56]
];

Expand Down

0 comments on commit 8c889c5

Please sign in to comment.