aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/tuntap.txt
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2019-08-05 15:30:03 -0700
committerDavid S. Miller <davem@davemloft.net>2019-08-08 18:06:53 -0700
commitfe90689fed119cb55ff04e6a1df0817f0a3e9d32 (patch)
tree9ed2a0962e8b586799ff927ee2dbcd8d8616245c /Documentation/networking/tuntap.txt
parentdocs: admin-guide: remove references to IPX and token-ring (diff)
downloadlinux-dev-fe90689fed119cb55ff04e6a1df0817f0a3e9d32.tar.xz
linux-dev-fe90689fed119cb55ff04e6a1df0817f0a3e9d32.zip
net: docs: replace IPX in tuntap documentation
IPX is no longer supported, but the example in the documentation might useful. Replace it with IPv6. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/tuntap.txt')
-rw-r--r--Documentation/networking/tuntap.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/tuntap.txt b/Documentation/networking/tuntap.txt
index 949d5dcdd9a3..0104830d5075 100644
--- a/Documentation/networking/tuntap.txt
+++ b/Documentation/networking/tuntap.txt
@@ -204,8 +204,8 @@ Ethernet device, which instead of receiving packets from a physical
media, receives them from user space program and instead of sending
packets via physical media sends them to the user space program.
-Let's say that you configured IPX on the tap0, then whenever
-the kernel sends an IPX packet to tap0, it is passed to the application
+Let's say that you configured IPv6 on the tap0, then whenever
+the kernel sends an IPv6 packet to tap0, it is passed to the application
(VTun for example). The application encrypts, compresses and sends it to
the other side over TCP or UDP. The application on the other side decompresses
and decrypts the data received and writes the packet to the TAP device,