dmbaturin / iproute2-cheatsheet

iproute2 command reference
https://baturin.org/docs/iproute2
421 stars 87 forks source link

Typo - is: "runnel" should be: "tunnel" #3

Closed powyginanachochla closed 9 years ago

powyginanachochla commented 9 years ago

Hi, Found a typo, patch below. (The cheat sheet is great!)

--- index.html.orig   2015-06-10 11:13:29.777972729 +0200
+++ index.html  2015-06-10 11:13:43.770972479 +0200
@@ -780,7 +780,7 @@
           <h4>Create an IPIP tunnel</h4>
           <pre>ip tunnel add ${interface name} mode ipip local ${local endpoint address} remote ${remote endpoint address}</pre>
           <span>Examples:</span>
-          <pre>ip runnel add tun0 mode ipip local 192.0.2.1 remote 198.51.100.3</pre>
+          <pre>ip tunnel add tun0 mode ipip local 192.0.2.1 remote 198.51.100.3</pre>
           <pre>ip link set dev tun0 up</pre>
           <pre>ip address add 10.0.0.1/30 dev tun0</pre>
         </div>
dmbaturin commented 9 years ago

Good find! Fixed.