aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2020-01-22 21:56:08 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2020-01-22 21:56:24 +0100
commitda2eb88792ee7a1ff1191210d61bd77af56d9a71 (patch)
tree4859a806e32308df120b4511a721b7d54c1bd4c0
parenta4ff4854365155786063e2eed627fb247a78cae5 (diff)
downloadwebsite-da2eb88792ee7a1ff1191210d61bd77af56d9a71.tar.gz
website-da2eb88792ee7a1ff1191210d61bd77af56d9a71.zip
content: Fix incorrect statement in ovpn tutorial
-rw-r--r--content/en/docs/Tutorials/ovpn-tut.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/en/docs/Tutorials/ovpn-tut.md b/content/en/docs/Tutorials/ovpn-tut.md
index e2d6eb3..882ea03 100644
--- a/content/en/docs/Tutorials/ovpn-tut.md
+++ b/content/en/docs/Tutorials/ovpn-tut.md
@@ -110,9 +110,8 @@ From another terminal, send some pings into the other endpoint:
$ ping 10.10.10.1 -I tun0
```
-The pings will timeout since ICMP pings are responded to by the kernel
-(and the tun interface is userspace), but the tcpdump on the _tun1_
-interface will show the ping messages arriving:
+The pings will timeout, but the tcpdump on the _tun1_ interface will
+show the ping messages arriving:
```bash
$ sudo tcpdump -i tun1