* [PATCH] fix for rtsp helper
@ 2004-04-18 15:09 Willy Tarreau
2004-04-19 12:02 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Willy Tarreau @ 2004-04-18 15:09 UTC (permalink / raw)
To: netfilter-devel, tmarshall
Hi,
I noticed that the rtsp helper puts the 'master' info in the expect table
in ip_conntrack.h. Here's the little fix against latest pom-ng :
Cheers,
Willy
--- ./rtsp-conntrack/linux/include/linux/netfilter_ipv4/ip_conntrack.h.ladd.orig Sun Apr 18 17:05:13 2004
+++ ./rtsp-conntrack/linux/include/linux/netfilter_ipv4/ip_conntrack.h.ladd Sun Apr 18 17:05:22 2004
@@ -1,2 +1,2 @@
- /* insert conntrack helper private data (expect) here */
+ /* insert conntrack helper private data (master) here */
struct ip_ct_rtsp_master ct_rtsp_info;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix for rtsp helper
2004-04-18 15:09 [PATCH] fix for rtsp helper Willy Tarreau
@ 2004-04-19 12:02 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2004-04-19 12:02 UTC (permalink / raw)
To: Willy Tarreau; +Cc: netfilter-devel, tmarshall
Willy Tarreau wrote:
> Hi,
>
> I noticed that the rtsp helper puts the 'master' info in the expect table
> in ip_conntrack.h. Here's the little fix against latest pom-ng :
Applied, thanks Willy.
Regards
Patrick
>
> Cheers,
> Willy
>
> --- ./rtsp-conntrack/linux/include/linux/netfilter_ipv4/ip_conntrack.h.ladd.orig Sun Apr 18 17:05:13 2004
> +++ ./rtsp-conntrack/linux/include/linux/netfilter_ipv4/ip_conntrack.h.ladd Sun Apr 18 17:05:22 2004
> @@ -1,2 +1,2 @@
> - /* insert conntrack helper private data (expect) here */
> + /* insert conntrack helper private data (master) here */
> struct ip_ct_rtsp_master ct_rtsp_info;
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-19 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-18 15:09 [PATCH] fix for rtsp helper Willy Tarreau
2004-04-19 12:02 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.