X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Froute.c;h=f00728c76e71d30632621808153e5486576586d0;hp=382a6dde68dc8817c0d3391d0f5749529d97cae5;hb=d26a4af4561ce4236b8224919cf4f3636f57b4c1;hpb=5db596c6844169f1eb5f804b72abe99d067aaa5a diff --git a/src/route.c b/src/route.c index 382a6dd..f00728c 100644 --- a/src/route.c +++ b/src/route.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: route.c,v 1.1.2.57 2003/07/12 17:41:47 guus Exp $ + $Id: route.c,v 1.1.2.58 2003/07/15 16:26:18 guus Exp $ */ #include "config.h" @@ -84,7 +84,7 @@ int routing_mode = RMODE_ROUTER; 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 */