lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <78adf50c-e8f9-d1ce-e933-418a850b6a44@sembritzki.org>
Date: Sat, 7 Oct 2023 18:30:52 +0200
From: Yannik Sembritzki <yannik@...britzki.org>
To: Alejandro Colomar <alx@...nel.org>
Cc: linux-man@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH] Correct list of flags returned by SIOCGIFFLAGS in netdevice.7

As per 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=746e6ad23cd6fec2edce056e014a0eabeffa838c
and https://lkml.org/lkml/2009/5/28/224

Signed-off-by: Yannik Sembritzki <yannik@...britzki.org>
---
  man7/netdevice.7 | 3 ---
  1 file changed, 3 deletions(-)

diff --git a/man7/netdevice.7 b/man7/netdevice.7
index 0087a8115..01356476d 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -127,9 +127,6 @@ 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
  .ad
  .PP
-- 
2.41.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ