blob: cbd48b84068e70b0dcb5cbb638968ea7018d7c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
pifconfig(8)
============
NAME
----
pifconfig - display information about a network interface
SYNOPSIS
--------
pifconfig [INTERFACE]
DESCRIPTION
-----------
This script mimic ifconfig behavior, but is written purely in python
and python module ethtool.
OPTIONS
-------
INTERFACE::
Display information about only this interface. If no interface is given
then all interfaces are displayed.
-h, --help::
Show help message and exit.
SEE ALSO
--------
ifconfig(8)
AUTHORS
-------
Arnaldo Carvalho de Melo <acme@redhat.com>
Man page written by Miroslav Suchý <msuchy@redhat.com>
|