[PATCH] rtnetlink.7: Remove IPv4 from description

2021-01-16 Thread Alejandro Colomar
From: Pali Rohár rtnetlink is not only used for IPv4 Signed-off-by: Pali Rohár Signed-off-by: Alejandro Colomar --- man7/rtnetlink.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index cd6809320..aec005ff9 100644 --- a/man7/rtnetlink

[PATCH 1/2] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR

2021-01-28 Thread Alejandro Colomar
From: Pali Rohár Unlike SIOCGIFADDR and SIOCSIFADDR which are supported by many protocol families, SIOCDIFADDR is supported by AF_INET6 and AF_APPLETALK only. Unlike other protocols, AF_INET6 uses struct in6_ifreq. Cc: Dmitry V. Levin Cc: Signed-off-by: Pali Rohár Signed-off-by: Alejandro

Re: [GIT] Networking

2020-09-12 Thread Alejandro Colomar
of() that are unsafe :) Cheers, Alex. Please CC me in any response to this thread. From b5b674d39b28e703300698fa63e4ab4be646df8f Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 5 Apr 202

Re: [PATCH v2] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR

2021-01-15 Thread Alejandro Colomar (man-pages)
On 1/12/21 8:26 PM, Pali Rohár wrote: > On Sunday 10 January 2021 20:57:50 Alejandro Colomar (man-pages) wrote: >> [ CC += netdev ] >> >> On 1/10/21 5:38 PM, Pali Rohár wrote: >>> On Saturday 02 January 2021 19:39:52 Pali Rohár wrote: >>>> Also add desc

Re: [PATCH v3] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR

2021-01-19 Thread Alejandro Colomar (man-pages)
Hi Pali, I was a patch for environ.7 while I found some pattern. Please see below a minor fix. Thanks, Alex On 1/16/21 11:36 PM, Pali Rohár wrote: > Unlike SIOCGIFADDR and SIOCSIFADDR which are supported by many protocol > families, SIOCDIFADDR is supported by AF_INET6 and AF_APPLETALK only. >

Re: [PATCH v2] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR

2021-01-10 Thread Alejandro Colomar (man-pages)
es, >> +.B SIOCSIFADDR >> +accepts >> +.B AF_INET >> +and >> +.B AF_INET6 >> +addresses and [addresses, and] Rationale: clearly separate SIOCS* text from SIOCD* text. >> +.B SIOCDIFADDR >> +deletes only >> +.B AF_INET6 >> +addresses. >&

Re: arp(7) description of gc_stale_time

2021-04-14 Thread Alejandro Colomar (man-pages)
o wrote it. Thanks, Alex -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/

Re: netdevice.7 SIOCGIFFLAGS/SIOCSIFFLAGS

2021-04-14 Thread Alejandro Colomar (man-pages)
[CC += netdev] Hi Erik, On 4/14/21 8:52 PM, Erik Flodin wrote: Hi, On Fri, 19 Mar 2021 at 20:53, Alejandro Colomar (man-pages) wrote: On 3/17/21 3:12 PM, Erik Flodin wrote: The documentation for SIOCGIFFLAGS/SIOCSIFFLAGS in netdevice.7 lists IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO, but

Re: [PATCH v3] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR

2021-01-28 Thread Alejandro Colomar (man-pages)
the > flag set can be found via > .IR /proc/net/dev . > .PP > -Local IPv6 IP addresses can be found via > -.I /proc/net > +.B AF_INET6 > +IPv6 addresses can be read from > +.I /proc/net/if_inet6 > +file or via > +.BR rtnetlink (7). > +Adding a new or deleting an ex

Re: [PATCH v3] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR

2021-01-28 Thread Alejandro Colomar (man-pages)
t;> +interface is possible only via >>> +.BR rtnetlink (7). >>> .SH BUGS >>> glibc 2.1 is missing the >>> .I ifr_newname >>> -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/