[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02040) Compile problem ipv6tunnel
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 02040) Compile problem ipv6tunnel
- From: Bernd Leinfelder <usagi@xxxxxxxxxx>
- Date: Thu, 26 Dec 2002 11:18:42 +0100
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Mutt/1.4i
Hi,
I have a problem compiling ipv6tunnel in the latest snapshot. The
following symbols are undeclared:
IPV6_TNL_F_IGN_ENCAP_LIMIT
IPV6_TNL_F_USE_ORIG_TCLASS
IPV6_TNL_F_ALLOW_LOCAL
IPV6_TNL_F_KERNEL_DEV
IPV6_TNL_F_MIPV6_DEV
IPV6_TNL_F_RCV_ONLY
IPV6_DEFAULT_TNL_ENCAP_LIMIT
IPV6_TNL_F_ALLOW_LOCAL
IPV6_TNL_F_USE_ORIG_TCLASS
IPV6_TNL_F_IGN_ENCAP_LIMIT
There are similar symbols defined in linux/ipv6_tunnel.h like
IPV6_T_F_IGN_ENCAP_LIM.
According to CVS the names of some symbols in ipv6tunnel.c were
changed 6 days ago, perhaps one of the developers has forgot to
checkin the matching include file?
Best,
Bernd