[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinc/lib Makefile.am,1.2.4.11,1.2.4.12 ipv6.h,1.1.2.1,1.1.2.2



Update of /home/CVS/tinc/lib
In directory humbolt:/tmp/cvs-serv11828

Modified Files:
      Tag: CABAL
	Makefile.am ipv6.h 
Log Message:
More missing definitions.


Index: Makefile.am
===================================================================
RCS file: /home/CVS/tinc/lib/Makefile.am,v
retrieving revision 1.2.4.11
retrieving revision 1.2.4.12
diff -u -r1.2.4.11 -r1.2.4.12
--- Makefile.am	2002/09/04 23:05:49	1.2.4.11
+++ Makefile.am	2003/07/07 11:50:52	1.2.4.12
@@ -10,6 +10,6 @@
 libvpn_a_LIBADD = @LIBOBJS@ @ALLOCA@
 libvpn_a_DEPENDENCIES = $(libvpn_a_LIBADD)
 
-noinst_HEADERS = xalloc.h pidfile.h utils.h getopt.h list.h avl_tree.h dropin.h fake-getaddrinfo.h fake-getnameinfo.h fake-gai-errnos.h gettext.h
+noinst_HEADERS = xalloc.h pidfile.h utils.h getopt.h list.h avl_tree.h dropin.h fake-getaddrinfo.h fake-getnameinfo.h fake-gai-errnos.h gettext.h ipv6.h
 
 EXTRA_DIST = 

Index: ipv6.h
===================================================================
RCS file: /home/CVS/tinc/lib/Attic/ipv6.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- ipv6.h	2003/07/07 11:13:31	1.1.2.1
+++ ipv6.h	2003/07/07 11:50:52	1.1.2.2
@@ -74,6 +74,12 @@
 	struct in6_addr ip6_src;
 	struct in6_addr ip6_dst;
 };
+#define ip6_vfc ip6_ctlun.ip6_un2_vfc
+#define ip6_flow ip6_ctlun.ip6_un1.ip6_un1_flow
+#define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
+#define ip6_nxt ip6_ctlun.ip6_un1.ip6_un1_nxt
+#define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
+#define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim
 
 struct icmp6_hdr {
 	uint8_t icmp6_type;

--
Tinc-cvs:     CVS changelog list for the tinc VPN daemon
Archive:      http://mail.nl.linux.org/tinc-cvs/
Tinc site:    http://tinc.nl.linux.org/