diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2020-07-15 14:27:23 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2020-07-15 14:27:23 +0000 |
commit | 0fd4ac1ec43981016f3f4e9ba3e1520bbfe0c948 (patch) | |
tree | f4ba7c94ed1ba8331e2c9b249058927f5db90f65 | |
parent | 4c0c2fb1ad104accd933525e60f0a65f120a47be (diff) | |
download | src-0fd4ac1ec43981016f3f4e9ba3e1520bbfe0c948.tar.gz src-0fd4ac1ec43981016f3f4e9ba3e1520bbfe0c948.zip |
vlan(4): Minor grammar corrections
Note: date not bumped because "content" was not changed, just inserted some
missing words.
PR: 248001
Submitted by: Jose Luis Duran <jlduran@gmail.com>
MFC after: 2 weeks
Sponsored by: Klara Inc.
Notes
Notes:
svn path=/head/; revision=363223
-rw-r--r-- | share/man/man4/vxlan.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index 24c87998a2fc..fcac8f8f837b 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -80,7 +80,7 @@ The driver creates a pseudo Ethernet network interface that supports the usual network .Xr ioctl 2 Ns s -and is thus can be used with +and thus can be used with .Xr ifconfig 8 like any other Ethernet interface. The @@ -89,7 +89,7 @@ interface encapsulates the Ethernet frame by prepending IP/UDP and .Nm headers. -Thus, the encapsulated (inner) frame is able to transmitted +Thus, the encapsulated (inner) frame is able to be transmitted over a routed, Layer 3 network to the remote host. .Pp The @@ -102,7 +102,7 @@ When in multicast mode, the interface joins an IP multicast group, and receives packets sent to the group address, and transmits packets to either the multicast group address, -or directly the remote host if there is an appropriate +or directly to the remote host if there is an appropriate forwarding table entry. .Pp When the @@ -155,7 +155,7 @@ The maximum number of entries in the table is configurable with the .Xr ifconfig 8 .Cm vxlanmaxaddr command. -Stale entries in the table periodically pruned. +Stale entries in the table are periodically pruned. The timeout is configurable with the .Xr ifconfig 8 .Cm vxlantimeout |