All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Kerrisk <mtk.manpages-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: Ulrich Drepper <drepper-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Missing interface flags in <net/if.h>?
Date: Tue, 13 Jan 2009 22:00:44 +1300	[thread overview]
Message-ID: <496C583C.7000300@gmail.com> (raw)

Hello Ulrich,

I recently made the change below to the netdevice(7) man page.  Probably,
analogous definitions need to be propagated from <linux/if.h> to <net/if.h>.

Cheers,

Michael

commit 933bd2e6dd0d3f1c4a94cf2c5ccbeaa513d83b98
Author: Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date:   Tue Jan 13 17:35:42 2009 +1300

    netdevice.7: Document recently added interface flags

    IFF_LOWER_UP (since Linux 2.6.17)
    IFF_DORMANT (since Linux 2.6.17)
    IFF_ECHO (since Linux 2.6.25)

    Documentation taken from comments in <linux/if.h>

    Signed-off-by: Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

diff --git a/man7/netdevice.7 b/man7/netdevice.7
index 7f7763b..d854722 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -9,7 +9,7 @@
 .\"
 .\" Modified, 2004-11-25, mtk, formatting and a few wording fixes
 .\"
-.TH NETDEVICE  7 1999-05-02 "Linux" "Linux Programmer's Manual"
+.TH NETDEVICE  7 2009-01-14 "Linux" "Linux Programmer's Manual"
 .SH NAME
 netdevice \- Low level access to Linux network devices
 .SH SYNOPSIS
@@ -111,6 +111,11 @@ IFF_AUTOMEDIA:Auto media selection active.
 IFF_DYNAMIC:T{
 The addresses are lost when the interface goes down.
 T}
+IFF_LOWER_UP:Driver signals L1 up (since Linux 2.6.17)
+IFF_DORMANT:Driver signals dormant (since Linux 2.6.17)
+IFF_ECHO:Echo sent packets (since Linux 2.6.25)
+
+
 .TE
 Setting the active flag word is a privileged operation, but any



--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2009-01-13  9:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=496C583C.7000300@gmail.com \
    --to=mtk.manpages-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=drepper-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.