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

tinc/src route.c,1.1.2.57,1.1.2.58 route.h,1.1.2.11,1.1.2.12



Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv32545

Modified Files:
      Tag: CABAL
	route.c route.h 
Log Message:
Export mymac.


Index: route.c
===================================================================
RCS file: /home/CVS/tinc/src/route.c,v
retrieving revision 1.1.2.57
retrieving revision 1.1.2.58
diff -u -r1.1.2.57 -r1.1.2.58
--- route.c	2003/07/12 17:41:47	1.1.2.57
+++ route.c	2003/07/15 16:26:18	1.1.2.58
@@ -84,7 +84,7 @@
 int priorityinheritance = 0;
 int macexpire = 600;
 int overwrite_mac = 0;
-static mac_t mymac = {{0xFE, 0xFD, 0, 0, 0, 0}};
+mac_t mymac = {{0xFE, 0xFD, 0, 0, 0, 0}};
 
 /* RFC 1071 */
 

Index: route.h
===================================================================
RCS file: /home/CVS/tinc/src/route.h,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -r1.1.2.11 -r1.1.2.12
--- route.h	2003/07/12 17:41:47	1.1.2.11
+++ route.h	2003/07/15 16:26:18	1.1.2.12
@@ -34,6 +34,8 @@
 extern int priorityinheritance;
 extern int macexpire;
 
+extern mac_t mymac;
+
 extern void age_mac(void);
 extern void route_incoming(node_t *, vpn_packet_t *);
 extern void route_outgoing(vpn_packet_t *);

--
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/