diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-09-21 21:47:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-09-21 21:47:52 +0200 |
commit | e864523eed3ac553c77b51baef735bfaf5812029 (patch) | |
tree | c4124e36c6dcd9caa7973e3779c833270206fe13 /sys/man/3 | |
parent | c7bad8f0e57cca31bc7e7fa162b578b177f4ec37 (diff) |
ip(3): update description of /net/ipifc/*/status format
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/ip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/man/3/ip b/sys/man/3/ip index 17f0e6409..63c5828c6 100644 --- a/sys/man/3/ip +++ b/sys/man/3/ip @@ -330,12 +330,12 @@ Zero means the router is not to be used as a default router. .PP Reading the interface's .I status -file returns information about the interface, one line for each -local address on that interface. The first line -has 9 white-space-separated fields: device, mtu, local address, -mask, remote or network address, packets in, packets out, input errors, -output errors. Each subsequent line contains all but the device and mtu. -See +file returns information about the interface. The first line +is composed of white-space-separated fields, the first two +fields are: device and maxmtu. Subsequent lines list the +ip addresses assigned to that inferface. The colums are: +ip address, network mask, network address and valid/prefered +life times in milliseconds. See .I readipifc in .IR ip (2). |