We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when LANG=de_DE ifconfig will return something like:
/sbin/ifconfig eth1 eth1 Link encap:Ethernet Hardware Adresse 00:16:3e:19:e1:e1 inet Adresse:192.168.11.21 Bcast:192.168.11.255 Maske:255.255.255.0 inet6-Adresse: fe80::216:3eff:fe19:e1e1/64 Gültigkeitsbereich:Verbindung UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metrik:1 RX packets:45454541 errors:0 dropped:0 overruns:0 frame:0 TX packets:24622588 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:1000 RX bytes:23746305677 (22.1 GiB) TX bytes:95089418196 (88.5 GiB) Interrupt:14
This does not match with HWaddr regular expression
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when LANG=de_DE ifconfig will return something like:
/sbin/ifconfig eth1
eth1 Link encap:Ethernet Hardware Adresse 00:16:3e:19:e1:e1
inet Adresse:192.168.11.21 Bcast:192.168.11.255 Maske:255.255.255.0
inet6-Adresse: fe80::216:3eff:fe19:e1e1/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metrik:1
RX packets:45454541 errors:0 dropped:0 overruns:0 frame:0
TX packets:24622588 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:23746305677 (22.1 GiB) TX bytes:95089418196 (88.5 GiB)
Interrupt:14
This does not match with HWaddr regular expression
The text was updated successfully, but these errors were encountered: