Files
bsdports/net/frr6/files/patch-x-zebra-kernel_socket.c
2019-12-26 07:26:06 +00:00

14 lines
431 B
C

--- ./zebra/kernel_socket.c.orig 2019-09-25 23:31:33.843852000 +0200
+++ ./zebra/kernel_socket.c 2019-09-25 23:31:43.144239000 +0200
@@ -859,8 +859,8 @@
mask->sa.sa_family = dest->sa.sa_family;
/* Assert read up to the end of pointer. */
- if (pnt != end)
- zlog_warn("rtm_read() doesn't read all socket data.");
+ //if (pnt != end)
+ // zlog_warn("rtm_read() doesn't read all socket data.");
return rtm->rtm_flags;
}