From 20a611a543f3699c051f1346ce031c6a93bb3f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=2E=20McCord?= Date: Tue, 22 Apr 2014 22:34:07 -0400 Subject: [PATCH] Fix the double-barreled homophone attack --- Documentation/networking/vxlan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/vxlan.txt b/Documentation/networking/vxlan.txt index 6d993510f091c2..94b2ac3a6a4895 100644 --- a/Documentation/networking/vxlan.txt +++ b/Documentation/networking/vxlan.txt @@ -16,8 +16,8 @@ to point. A VXLAN device can either dynamically learn the IP address of the other end, in a manner similar to a learning bridge, or the forwarding entries can be configured statically. -The management of vxlan is done in a similar fashion to it's -too closest neighbors GRE and VLAN. Configuring VXLAN requires +The management of vxlan is done in a similar fashion to its +two closest neighbors GRE and VLAN. Configuring VXLAN requires the version of iproute2 that matches the kernel release where VXLAN was first merged upstream.