LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Netfilter connection tracking support for IPVS

To: Nicklas Bondesson <nicklas.bondesson@xxxxxxxxxxxx>
Subject: Re: Netfilter connection tracking support for IPVS
Cc: "'LinuxVirtualServer.org users mailing list.'" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Julian Anastasov <ja@xxxxxx>
Date: Fri, 23 Feb 2007 00:15:52 +0200 (EET)
        Hello,

On Thu, 22 Feb 2007, Nicklas Bondesson wrote:

> I'm trying to get the kernel (2.6.20.1) to compile with the attached patch
> applied - without any luck. The patch is fetched from here:
> http://www.ssi.bg/~ja/nfct/ and slightly modified to fit the new Kconfig
> labels.

        Yep, thats the new evil, Dependent connection tracking vs
Independent connection tracking (new). When I synced patches to 2.6.20
I left this patch in old state. It looks like the new way is to clone
everything from IP_NF to NF and I didn't wanted to create new ip_vs_nfct.c
file for the NF case. Is the old Dependent connection tracking obsoleted?

> I'm getting the following error:
> 
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> net/built-in.o(.text+0x61088): In function `__ip_vs_nfct_confirm':
> : undefined reference to `ip_conntrack_alter_reply'
> net/built-in.o(.text+0x61091): In function `__ip_vs_nfct_confirm':
> : undefined reference to `__ip_conntrack_confirm'
> net/built-in.o(.text+0x611e5): In function `ip_vs_nfct_expect_callback':
> : undefined reference to `ip_conntrack_alter_reply'
> net/built-in.o(.text+0x6122b): In function `ip_vs_nfct_expect_related':
> : undefined reference to `ip_conntrack_expect_alloc'
> net/built-in.o(.text+0x612bd): In function `ip_vs_nfct_expect_related':
> : undefined reference to `ip_conntrack_expect_related'
> net/built-in.o(.text+0x61348): In function `ip_vs_nfct_conn_drop':
> : undefined reference to `ip_conntrack_find_get'
> net/built-in.o(.text+0x612ca): In function `ip_vs_nfct_expect_related':
> : undefined reference to `ip_conntrack_expect_put'
> make: *** [.tmp_vmlinux1] Error 1 
> 
> I hope someone can give me some pointers!

        Can you live with Dependent connection tracking?

Regards

--
Julian Anastasov <ja@xxxxxx>

<Prev in Thread] Current Thread [Next in Thread>