svn commit: r54342 - head/de_DE.ISO8859-1/books/handbook/firewalls

Bjoern Heidotting bhd at FreeBSD.org
Mon Jul 13 19:30:43 UTC 2020


Author: bhd
Date: Mon Jul 13 19:30:42 2020
New Revision: 54342
URL: https://svnweb.freebsd.org/changeset/doc/54342

Log:
  Update to r54041:
  
  Fix typo in IPFW page and s/reassamble/reassemble/g

Modified:
  head/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml	Mon Jul 13 19:15:51 2020	(r54341)
+++ head/de_DE.ISO8859-1/books/handbook/firewalls/chapter.xml	Mon Jul 13 19:30:42 2020	(r54342)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/firewalls/chapter.xml,v 1.53 2012/04/30 16:15:52 bcr Exp $
-     basiert auf: r53911
+     basiert auf: r54041
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -2464,7 +2464,7 @@ ipfw -q nat 1 config if $pif same_ports unreg_o
 
       <programlisting>$cmd 005 allow all from any to any via xl0  # exclude LAN traffic
 $cmd 010 allow all from any to any via lo0  # exclude loopback traffic
-$cmd 099 reass all from any to any in       # reassamble inbound packets
+$cmd 099 reass all from any to any in       # reassemble inbound packets
 $cmd 100 nat 1 ip from any to any in via $pif # NAT any inbound packets
 # Allow the packet through if it has an existing entry in the dynamic rules table
 $cmd 101 check-state</programlisting>


More information about the svn-doc-head mailing list