$OpenBSD: patch-src_sysdeps_bsd-common_c,v 1.3 2010/04/27 21:53:56 sthen Exp $
--- src/sysdeps/bsd-common.c.orig	Thu Jun 25 17:29:06 2009
+++ src/sysdeps/bsd-common.c	Thu Jun 25 17:34:51 2009
@@ -115,9 +115,11 @@ gkrellm_sys_net_read_data(void)
 	while (next < lim)
 		{
 		ifm = (struct if_msghdr *)next;
+		next += ifm->ifm_msglen;
+		if (ifm->ifm_version != RTM_VERSION)
+			continue;
 		if (ifm->ifm_type != RTM_IFINFO)
 			return;
-		next += ifm->ifm_msglen;
 
 		while (next < lim)
 			{
