Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/net/if_tap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/net/if_tap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/sys/net/if_tap.c 2005/02/26 22:45:09 1.6 +++ src/sys/net/if_tap.c 2005/03/24 22:20:35 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: if_tap.c,v 1.6 2005/02/26 22:45:09 perry Exp $ */ +/* $NetBSD: if_tap.c,v 1.7 2005/03/24 22:20:35 cube Exp $ */ /* * Copyright (c) 2003, 2004 The NetBSD Foundation. @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.6 2005/02/26 22:45:09 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.7 2005/03/24 22:20:35 cube Exp $"); #if defined(_KERNEL_OPT) #include "bpfilter.h" @@ -253,7 +253,7 @@ tap_attach(struct device *parent, struct struct tap_softc *sc = (struct tap_softc *)self; struct ifnet *ifp; u_int8_t enaddr[ETHER_ADDR_LEN] = - { 0xf0, 0x0b, 0xa4, 0xff, 0xff, 0xff }; + { 0xf2, 0x0b, 0xa4, 0xff, 0xff, 0xff }; char enaddrstr[18]; uint32_t ui; int error;