net: Filter incoming netconsole packets by IP
[oweals/u-boot.git] / net / net.c
index a89946ebe0625bea3bf943e20b04d47f069ec93d..809fb14c7955154ab7e9b8298c9142af876de2f7 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -1161,6 +1161,7 @@ NetReceive(uchar *inpkt, int len)
 
 #ifdef CONFIG_NETCONSOLE
                nc_input_packet((uchar *)ip + IP_UDP_HDR_SIZE,
+                                       ntohl(ip->ip_src),
                                        ntohs(ip->udp_dst),
                                        ntohs(ip->udp_src),
                                        ntohs(ip->udp_len) - UDP_HDR_SIZE);