OpenWrt Forum Archive

Topic: Netfilter patch submission : auto_fw and conntrack SIP

The content of this topic has been archived on 7 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,

It would be great to include these two patch as they provide interesting features to openwrt users. I especially think about the ip_nat_sip module and ip_conntrack_sip, which as they are named assume connection tracking for SIP phoning.

You can find them here :

SIP : http://openwrt.alphacore.net/patches/ke … -sip.patch
auto_fw : http://openwrt.alphacore.net/patches/ke … tofw.patch

Please also update the kernel config wink

CONFIG_IP_NF_SIP=m
CONFIG_IP_NF_NAT_SIP=m
CONFIG_IP_NF_AUTOFW=m

(Last edited by RItalMan on 10 May 2005, 16:25)

Hi RitalMan

I have tried to apply the patch, which works (with RC4). But when compiling there is an error about a missing field in a union. Is there a newer patch or a workaround?

thanks a lot, haegar

I will update the patch because I am not sure the netfilter internals are the same as used in this patch.

Hi RitalMan

Thanks for the reply. I don't want to sound rude but is there any status update yet? How does one apply a netfilter-patch in RC4? Because I'm also interested in the conntrack_rtsp patch from patch-o-matic (I could not find one for openwrt). I would be nice for tracking real-time streams with l7-filter.

bye, haegar

Wow, it s great. I am looking for these two patches in the future release soon.

The discussion might have continued from here.