netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Document --state UNTRACKED
@ 2010-05-04  6:32 Simon Lodal
  2010-05-04  7:13 ` Jan Engelhardt
  2010-05-04  9:48 ` Pascal Hambourg
  0 siblings, 2 replies; 6+ messages in thread
From: Simon Lodal @ 2010-05-04  6:32 UTC (permalink / raw)
  To: netfilter-devel


--state UNTRACKED was missing in man page.

Signed-off-by: Simon Lodal <simonl@parknet.dk>

diff -ruNp a/extensions/libxt_state.man b/extensions/libxt_state.man
--- a/extensions/libxt_state.man        2010-03-01 15:11:28.000000000 +0100
+++ b/extensions/libxt_state.man        2010-05-04 08:20:27.000000000 +0200
@@ -19,3 +19,6 @@ directions, and
 meaning that the packet is starting a new connection, but is
 associated with an existing connection, such as an FTP data transfer,
 or an ICMP error.
+.B UNTRACKED
+meaning that the packet is not tracked at all, which happens if you use
+the NOTRACK target in mangle table.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Document --state UNTRACKED
  2010-05-04  6:32 [PATCH] Document --state UNTRACKED Simon Lodal
@ 2010-05-04  7:13 ` Jan Engelhardt
  2010-05-04  8:04   ` Simon Lodal
  2010-05-04  9:48 ` Pascal Hambourg
  1 sibling, 1 reply; 6+ messages in thread
From: Jan Engelhardt @ 2010-05-04  7:13 UTC (permalink / raw)
  To: Simon Lodal; +Cc: netfilter-devel

On Tuesday 2010-05-04 08:32, Simon Lodal wrote:

>
>--state UNTRACKED was missing in man page.

As is --ctstate UNTRACKED

>Signed-off-by: Simon Lodal <simonl@parknet.dk>
>
>diff -ruNp a/extensions/libxt_state.man b/extensions/libxt_state.man
>--- a/extensions/libxt_state.man        2010-03-01 15:11:28.000000000 +0100
>+++ b/extensions/libxt_state.man        2010-05-04 08:20:27.000000000 +0200
>@@ -19,3 +19,6 @@ directions, and
> meaning that the packet is starting a new connection, but is
> associated with an existing connection, such as an FTP data transfer,
> or an ICMP error.
>+.B UNTRACKED
>+meaning that the packet is not tracked at all, which happens if you use
>+the NOTRACK target in mangle table.
>
>--
>To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Document --state UNTRACKED
  2010-05-04  7:13 ` Jan Engelhardt
@ 2010-05-04  8:04   ` Simon Lodal
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Lodal @ 2010-05-04  8:04 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

Tirsdag 04 maj 2010 09:13:43 skrev Jan Engelhardt:
> On Tuesday 2010-05-04 08:32, Simon Lodal wrote:
> >--state UNTRACKED was missing in man page.
>
> As is --ctstate UNTRACKED

Were you aiming for this, or just making a remark?

Signed-off-by: Simon Lodal <simonl@parknet.dk>

diff -ruNp a/extensions/libxt_conntrack.man b/extensions/libxt_conntrack.man
--- a/extensions/libxt_conntrack.man	2010-03-01 15:11:28.000000000 +0100
+++ b/extensions/libxt_conntrack.man	2010-05-04 09:57:47.000000000 +0200
@@ -55,6 +55,10 @@ in both directions,
 meaning that the packet is starting a new connection, but is associated with an
 existing connection, such as an FTP data transfer, or an ICMP error.
 .TP
+\fBUNTRACKED\fR
+meaning that the packet is not tracked at all, which happens if you use
+the NOTRACK target in mangle table.
+.TP
 \fBSNAT\fR
 A virtual state, matching if the original source address differs from the reply
 destination.
diff -ruNp a/extensions/libxt_state.man b/extensions/libxt_state.man
--- a/extensions/libxt_state.man	2010-03-01 15:11:28.000000000 +0100
+++ b/extensions/libxt_state.man	2010-05-04 09:57:47.000000000 +0200
@@ -19,3 +19,6 @@ directions, and
 meaning that the packet is starting a new connection, but is
 associated with an existing connection, such as an FTP data transfer,
 or an ICMP error.
+.B UNTRACKED
+meaning that the packet is not tracked at all, which happens if you use
+the NOTRACK target in mangle table.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Document --state UNTRACKED
  2010-05-04  6:32 [PATCH] Document --state UNTRACKED Simon Lodal
  2010-05-04  7:13 ` Jan Engelhardt
@ 2010-05-04  9:48 ` Pascal Hambourg
  2010-05-04 10:05   ` Simon Lodal
  1 sibling, 1 reply; 6+ messages in thread
From: Pascal Hambourg @ 2010-05-04  9:48 UTC (permalink / raw)
  To: Simon Lodal; +Cc: netfilter-devel

Hello,

Simon Lodal a écrit :
> 
> +.B UNTRACKED
> +meaning that the packet is not tracked at all, which happens if you use
> +the NOTRACK target in mangle table.

s/mangle/raw/

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Document --state UNTRACKED
  2010-05-04  9:48 ` Pascal Hambourg
@ 2010-05-04 10:05   ` Simon Lodal
  2010-05-09 23:03     ` Pablo Neira Ayuso
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Lodal @ 2010-05-04 10:05 UTC (permalink / raw)
  To: Pascal Hambourg; +Cc: netfilter-devel

Tirsdag 04 maj 2010 11:48:54 skrev Pascal Hambourg:
> Hello,
>
> Simon Lodal a écrit :
> > +.B UNTRACKED
> > +meaning that the packet is not tracked at all, which happens if you use
> > +the NOTRACK target in mangle table.
>
> s/mangle/raw/

Can't believe i wrote that, thanks.

Signed-off-by: Simon Lodal <simonl@parknet.dk>

diff -ruNp a/extensions/libxt_conntrack.man b/extensions/libxt_conntrack.man
--- a/extensions/libxt_conntrack.man	2010-03-01 15:11:28.000000000 +0100
+++ b/extensions/libxt_conntrack.man	2010-05-04 12:01:22.000000000 +0200
@@ -55,6 +55,10 @@ in both directions,
 meaning that the packet is starting a new connection, but is associated with an
 existing connection, such as an FTP data transfer, or an ICMP error.
 .TP
+\fBUNTRACKED\fR
+meaning that the packet is not tracked at all, which happens if you use
+the NOTRACK target in raw table.
+.TP
 \fBSNAT\fR
 A virtual state, matching if the original source address differs from the reply
 destination.
diff -ruNp a/extensions/libxt_state.man b/extensions/libxt_state.man
--- a/extensions/libxt_state.man	2010-03-01 15:11:28.000000000 +0100
+++ b/extensions/libxt_state.man	2010-05-04 12:01:34.000000000 +0200
@@ -19,3 +19,6 @@ directions, and
 meaning that the packet is starting a new connection, but is
 associated with an existing connection, such as an FTP data transfer,
 or an ICMP error.
+.B UNTRACKED
+meaning that the packet is not tracked at all, which happens if you use
+the NOTRACK target in raw table.

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Document --state UNTRACKED
  2010-05-04 10:05   ` Simon Lodal
@ 2010-05-09 23:03     ` Pablo Neira Ayuso
  0 siblings, 0 replies; 6+ messages in thread
From: Pablo Neira Ayuso @ 2010-05-09 23:03 UTC (permalink / raw)
  To: Simon Lodal; +Cc: Pascal Hambourg, netfilter-devel

Simon Lodal wrote:
> Tirsdag 04 maj 2010 11:48:54 skrev Pascal Hambourg:
>> Hello,
>>
>> Simon Lodal a écrit :
>>> +.B UNTRACKED
>>> +meaning that the packet is not tracked at all, which happens if you use
>>> +the NOTRACK target in mangle table.
>> s/mangle/raw/
> 
> Can't believe i wrote that, thanks.
> 
> Signed-off-by: Simon Lodal <simonl@parknet.dk>

Applied, thanks everyone.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-09 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04  6:32 [PATCH] Document --state UNTRACKED Simon Lodal
2010-05-04  7:13 ` Jan Engelhardt
2010-05-04  8:04   ` Simon Lodal
2010-05-04  9:48 ` Pascal Hambourg
2010-05-04 10:05   ` Simon Lodal
2010-05-09 23:03     ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).