mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
Packet dropped in IPv4/v6 input is now an info, not a warning
This commit is contained in:
committed by
Abdelatif Guettouche
parent
39d389545e
commit
6bd36d64e3
@@ -310,7 +310,7 @@ int ipv4_input(FAR struct net_driver_s *dev)
|
||||
* packet.
|
||||
*/
|
||||
|
||||
nwarn("WARNING: Not destined for us; not forwardable... "
|
||||
ninfo("WARNING: Not destined for us; not forwardable... "
|
||||
"Dropping!\n");
|
||||
|
||||
#ifdef CONFIG_NET_STATISTICS
|
||||
|
||||
@@ -392,7 +392,7 @@ int ipv6_input(FAR struct net_driver_s *dev)
|
||||
* drop the packet.
|
||||
*/
|
||||
|
||||
nwarn("WARNING: Not destined for us... Dropping!\n");
|
||||
ninfo("WARNING: Not destined for us... Dropping!\n");
|
||||
goto drop;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user