aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2014-06-06 14:57:40 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2014-06-06 14:57:40 +0000
commitd8e1c53b158c6b634e627d6f47304fedd4769c1a (patch)
tree87c424707d80b5cd4684fbecc0f6b2f1bf371eea /sys/dev/netmap
parent5899a007aec8f903bcafa2705336105ec97a493c (diff)
Notes
Diffstat (limited to 'sys/dev/netmap')
-rw-r--r--sys/dev/netmap/netmap_vale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap_vale.c b/sys/dev/netmap/netmap_vale.c
index 47738c89e4bc..8e309e93b6de 100644
--- a/sys/dev/netmap/netmap_vale.c
+++ b/sys/dev/netmap/netmap_vale.c
@@ -1072,7 +1072,7 @@ netmap_bdg_learning(char *buf, u_int buf_len, uint8_t *dst_ring,
uint64_t smac, dmac;
if (buf_len < 14) {
- D("invalid buf length %d", buf_len);
+ RD(5, "invalid buf length %d", buf_len);
return NM_BDG_NOPORT;
}
dmac = le64toh(*(uint64_t *)(buf)) & 0xffffffffffff;