aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netdevice.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/netdevice.7')
-rw-r--r--man7/netdevice.77
1 files changed, 6 insertions, 1 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7
index 7f7763bb44..d854722511 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
process may read it.