svn commit: r188388 - head/sys/netinet

Paolo Pisati p.pisati at oltrelinux.com
Mon Feb 9 05:56:04 PST 2009


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.



More information about the svn-src-head mailing list