All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 1/1] ip: updated ip-link man page
@ 2020-09-01 19:46 Roman Mashak
  0 siblings, 0 replies; only message in thread
From: Roman Mashak @ 2020-09-01 19:46 UTC (permalink / raw
  To: stephen; +Cc: netdev, davem, kernel, jhs, xiyou.wangcong, jiri, Roman Mashak

Added description of link flags allmulticast, promisc and trailers.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
---
 man/man8/ip-link.8.in | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 367105b72f44..f451ecf3418f 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -1917,6 +1917,28 @@ change the
 flag on the device.
 
 .TP
+.BR "allmulticast on " or " allmulticast off"
+change the
+.B ALLMULTI
+flag on the device. When enabled, instructs network driver to retrieve all
+multicast packets from the network to the kernel for further processing.
+
+.TP
+.BR "promisc on " or " promisc off"
+change the
+.B PROMISC
+flag on the device. When enabled, activates promiscuous operation of the
+network device.
+
+.TP
+.BR "trailers on " or " trailers off"
+change the
+.B NOTRAILERS
+flag on the device,
+.B NOT
+used by the Linux and exists for BSD compatibility.
+
+.TP
 .BR "protodown on " or " protodown off"
 change the
 .B PROTODOWN
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-01 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 19:46 [PATCH iproute2 1/1] ip: updated ip-link man page Roman Mashak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.