Skip to content

Commit

Permalink
Remove xp from netcard list regexp list.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 18, 2019
1 parent 5fda175 commit d2efb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/network/src/modules/NetworkInterfaces.rb
Expand Up @@ -100,7 +100,7 @@ def main
@CardRegex =
# other: irlan|lo|plip|...
{
"netcard" => "ath|ci|ctc|slc|dummy|bond|eth|ficon|hsi|qeth|lcs|wlan|xp|vlan|br|tun|tap|ib|em|p|p[0-9]+p",
"netcard" => "ath|ci|ctc|slc|dummy|bond|eth|ficon|hsi|qeth|lcs|wlan|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 d2efb68

Please sign in to comment.