fix minor typos in Firewall-Piercing.sgml

This commit is contained in:
Jason Leschnik 2016-10-24 21:35:13 +11:00
parent 3a148b15b4
commit 68e6aad725
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ route add -host 11.22.33.44 gw 12.34.56.1
</programlisting>
You must also keep the route to the client's local network,
necessary for linux kernel 2.0 and earlier,
but but unnecessary for linux kernel 2.2 and later
but unnecessary for linux kernel 2.2 and later
(that implicitly adds it during the <command>ifconfig</command>):
<programlisting>
route add -net 12.34.56.0 netmask 255.255.255.0 dev eth0