DragonFly commits List (threaded) for 2013-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: vkernel - Fix frustrating VKE mac address bug
commit b3a6732e269f2e8f4cba00e8e7e355f16f1e138d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Jul 1 17:24:26 2013 -0700
vkernel - Fix frustrating VKE mac address bug
* Fix a very frustrating bug where VKE would sometimes ignore packets.
It turns out that the default randomly-generated ether mac address
was not being properly zero'd, leaving uninitialized locations in
bytes 0 and 1 which would sometimes make the MAC look like a multicast
address.
Reported-by: Frustrated tuxilo
Summary of changes:
sys/dev/virtual/vkernel/net/if_vke.c | 64 +++++++++++++++++++++---------------
1 file changed, 37 insertions(+), 27 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3a6732e269f2e8f4cba00e8e7e355f16f1e138d
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]