This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cddl/lib/libdtrace/udp.d b/cddl/lib/libdtrace/udp.d | |
index 70652cbfce4..917baa663c7 100644 | |
--- a/cddl/lib/libdtrace/udp.d | |
+++ b/cddl/lib/libdtrace/udp.d | |
@@ -58,12 +58,12 @@ translator udpsinfo_t < struct inpcb *p > { | |
udps_rport = p == NULL ? 0 : ntohs(p->inp_inc.inc_ie.ie_fport); | |
udps_laddr = p == NULL ? "" : | |
p->inp_vflag == INP_IPV4 ? | |
- inet_ntoa(&p->inp_inc.inc_ie.ie_dependladdr.ie46_local.ia46_addr4.s_addr) : | |
- inet_ntoa6(&p->inp_inc.inc_ie.ie_dependladdr.ie6_local); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkt-gen -i em0 -f rx fails after a few second with poll error. | |
hw: Dell broadwell laptop with I218-LM NIC | |
dmesg: | |
095.668289 [1706] nm_rxsync_prologue em0 RX0: fail 'head < kring->nr_hwcur || head > kring->nr_hwtail' h 160 c 160 t 671 rh 160 rc 160 rt 671 hc 671 ht 671 | |
095.668315 [1751] netmap_ring_reinit called for em0 RX0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/devel/libudev-devd/Makefile b/devel/libudev-devd/Makefile | |
index c65aa3a543ec..26d04eeb9afb 100644 | |
--- a/devel/libudev-devd/Makefile | |
+++ b/devel/libudev-devd/Makefile | |
@@ -1,7 +1,7 @@ | |
# $FreeBSD$ | |
PORTNAME= libudev-devd | |
-PORTVERSION= 0.3 | |
+PORTVERSION= 0.4 |
NewerOlder