Skip to content

Commit

Permalink
Recognize CTC devices named like slc600 (bsc#1058227).
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Dec 8, 2017
1 parent eb95c29 commit 846c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/network/src/modules/NetworkInterfaces.rb
Expand Up @@ -101,7 +101,7 @@ def main
@CardRegex =
# other: irlan|lo|plip|...
{
"netcard" => "arc|ath|bnep|ci|ctc|dummy|bond|escon|eth|fddi|ficon|hsi|qeth|lcs|iucv|myri|tr|usb|wlan|xp|vlan|br|tun|tap|ib|em|p|p[0-9]+p",
"netcard" => "arc|ath|bnep|ci|ctc|slc|dummy|bond|escon|eth|fddi|ficon|hsi|qeth|lcs|iucv|myri|tr|usb|wlan|xp|vlan|br|tun|tap|ib|em|p|p[0-9]+p",
"modem" => "ppp|modem",
"isdn" => "isdn|ippp",
"dsl" => "dsl"
Expand Down

0 comments on commit 846c3f0

Please sign in to comment.