blob: cee048dea54aa904e26ebe9b26ab11d5fc612609 (
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 [INTERFACE [INTERFACE] ...]]
DESCRIPTION
-----------
This script mimic ifconfig behavior, but is written purely in python
and python module ethtool.
OPTIONS
-------
INTERFACE::
Display information about only the listed interfaces. If no interface is given
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>, David Sommerseth <davids@redhat.com>
|