From 8c67c5a3f46b5811350cd7f831a85e7c6bbd57b9 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Thu, 15 Feb 2007 14:32:26 +0000 Subject: [PATCH] Mention the nat command in the synopsis and in the action section. Approved by: glebius (mentor) --- sbin/ipfw/ipfw.8 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index f8740d7655c0..bad7b1598946 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -63,6 +63,12 @@ .Op Ar number ... .Pp .Nm +.Cm nat +.Ar number +.Cm config +.Ar config-options +.Pp +.Nm .Op Fl cfnNqS .Oo .Fl p Ar preproc @@ -733,6 +739,13 @@ To enable .Cm fwd a custom kernel needs to be compiled with the option .Cd "options IPFIREWALL_FORWARD" . +.It Cm nat Ar nat_nr +Pass packet to a +nat instance +(for network address translation, address redirect, etc.): +see the +.Sx NETWORK ADDRESS TRANSLATION (NAT) +Section for further information. .It Cm pipe Ar pipe_nr Pass packet to a .Xr dummynet 4