From owner-svn-src-head@FreeBSD.ORG Mon Feb 9 13:56:04 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B1D9106566C; Mon, 9 Feb 2009 13:56:04 +0000 (UTC) (envelope-from p.pisati@oltrelinux.com) Received: from mail0.tomato.it (mail0.tomato.it [213.92.0.53]) by mx1.freebsd.org (Postfix) with SMTP id D4E4F8FC19; Mon, 9 Feb 2009 13:55:52 +0000 (UTC) (envelope-from p.pisati@oltrelinux.com) Received: from wlf.contactlab.it (unknown [172.16.7.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail0.tomato.it (Postfix) with ESMTPS id C216128432; Mon, 9 Feb 2009 14:46:35 +0100 (CET) Received: from ferret.tomato.lan (62.101.64.91) by wfl.contactlab.it (172.16.7.101) with Microsoft SMTP Server id 8.1.240.5; Mon, 9 Feb 2009 14:47:36 +0100 Message-ID: <4990334C.9040100@oltrelinux.com> Date: Mon, 9 Feb 2009 14:44:44 +0100 From: Paolo Pisati User-Agent: Thunderbird 2.0.0.16 (X11/20080815) MIME-Version: 1.0 To: Chagin Dmitry References: <200902091142.n19BgNnb059032@svn.freebsd.org> <20090209124141.GA2071@dchagin.static.corbina.ru> <20090209130910.C93725@maildrop.int.zabbadoz.net> <20090209133730.GA34589@dchagin.static.corbina.ru> In-Reply-To: <20090209133730.GA34589@dchagin.static.corbina.ru> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, "Bjoern A. Zeeb" , svn-src-all@freebsd.org, src-committers@freebsd.org, Randall Stewart Subject: Re: svn commit: r188388 - head/sys/netinet X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 13:56:04 -0000 Chagin Dmitry wrote: > > linking kernel.debug > ip_fw_nat.o(.text+0xbc): In function `ifaddr_change': > /work/pub/head/sys/netinet/ip_fw_nat.c:103: undefined reference to `LibAliasSetAddress' > ip_fw_nat.o(.text+0x545): In function `del_redir_spool_cfg': > /work/pub/head/sys/netinet/ip_fw_nat.c:162: undefined reference to `LibAliasRedirectDelete' > ip_fw_nat.o(.text+0x75b): In function `ipfw_nat_del': > /work/pub/head/sys/netinet/ip_fw_nat.c:500: undefined reference to `LibAliasUninit' > ip_fw_nat.o(.text+0x922): In function `ipfw_nat_cfg': > /work/pub/head/sys/netinet/ip_fw_nat.c:464: undefined reference to `LibAliasSetMode' > ip_fw_nat.o(.text+0x92f):/work/pub/head/sys/netinet/ip_fw_nat.c:465: undefined reference to `LibAliasSetAddress' > ip_fw_nat.o(.text+0xab4):/work/pub/head/sys/netinet/ip_fw_nat.c:234: undefined reference to `LibAliasAddServer' > ip_fw_nat.o(.text+0xbc4):/work/pub/head/sys/netinet/ip_fw_nat.c:198: undefined reference to `LibAliasRedirectAddr' > ip_fw_nat.o(.text+0xbf0):/work/pub/head/sys/netinet/ip_fw_nat.c:218: undefined reference to `LibAliasRedirectProto' > ip_fw_nat.o(.text+0xc6d):/work/pub/head/sys/netinet/ip_fw_nat.c:207: undefined reference to `LibAliasRedirectPort' > ip_fw_nat.o(.text+0xcff):/work/pub/head/sys/netinet/ip_fw_nat.c:437: undefined reference to `LibAliasInit' > ip_fw_nat.o(.text+0xeea): In function `ipfw_nat_modevent': > if you want IPFIREWALL_NAT, you need LIBALIAS. -- bye, P.