All of lore.kernel.org
 help / color / mirror / Atom feed
* Adaption request: IP-VRF(8)
       [not found] <trinity-bb3fc75a-1467-4d9d-b3dd-220b88364fda-1631913484949@3c-app-gmx-bs71>
@ 2021-09-18  9:13 ` Michael Hubmann
  2021-09-20  1:33   ` David Ahern
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Hubmann @ 2021-09-18  9:13 UTC (permalink / raw)
  To: netdev

Hi,
 
checking through the man page for the ip vrf command I have detected a wording issue which should be adapted in my humble opinion.
 
I am referring to the word 'enslaving' used in the following extract from the mentioned man page:
 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

DESCRIPTION
       A VRF provides traffic isolation at layer 3 for routing, similar to how a VLAN is used to isolate traffic at layer 2. Fundamentally, a VRF is a separate routing table. Network devices are associated with a VRF by enslaving the device to the VRF. At that point network addresses assigned to the device are local to the VRF with host and connected routes moved to the table associated with the VRF.
       A process can specify a VRF using several APIs -- binding the socket to the VRF device using SO_BINDTODEVICE, setting the VRF association using IP_UNICAST_IF or IPV6_UNICAST_IF, or specifying the VRF for a specific message
       using IP_PKTINFO or IPV6_PKTINFO.
       By default a process is not bound to any VRF. An association can be set explicitly by making the program use one of the APIs mentioned above or implicitly using a helper to set SO_BINDTODEVICE for all IPv4 and IPv6 sockets
       (AF_INET and AF_INET6) when the socket is created. This ip-vrf command is a helper to run a command against a specific VRF with the VRF association inherited parent to child.
       ip vrf show [ NAME ] - Show all configured VRF
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Thanks in advance for taking the time for having a look on that.
 
kr
Michael Hubmann

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Adaption request: IP-VRF(8)
  2021-09-18  9:13 ` Adaption request: IP-VRF(8) Michael Hubmann
@ 2021-09-20  1:33   ` David Ahern
  0 siblings, 0 replies; 2+ messages in thread
From: David Ahern @ 2021-09-20  1:33 UTC (permalink / raw)
  To: Michael Hubmann, netdev

On 9/18/21 3:13 AM, Michael Hubmann wrote:
> Hi,
>  
> checking through the man page for the ip vrf command I have detected a wording issue which should be adapted in my humble opinion.
>  
> I am referring to the word 'enslaving' used in the following extract from the mentioned man page:
>  


Please submit a patch with your proposed change.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-20  1:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <trinity-bb3fc75a-1467-4d9d-b3dd-220b88364fda-1631913484949@3c-app-gmx-bs71>
2021-09-18  9:13 ` Adaption request: IP-VRF(8) Michael Hubmann
2021-09-20  1:33   ` David Ahern

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.