mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d2b134a0be
lwIP has already used its own log level when deciding what to print. If we reach the LWIP_PLATFORM_DIAG message no further filtering should happen, so set the log level to match the macro used. This fixes the missing IP addresses from ifconfig. Before: > ifconfig Iface ET0 HWaddr: 24:0a:c4:e6:0e:9f Link: up State: up Link type: wired inet addr: mask: gw: inet6 addr: scope: link state: valid preferred inet6 addr: scope: global state: valid preferred Iface ET1 HWaddr: 24:0a:c4:e6:0e:9c Link: up State: up Link type: wireless inet addr: mask: gw: inet6 addr: scope: link state: valid preferred inet6 addr: scope: global state: valid preferred > With this change: > ifconfig Iface ET0 HWaddr: 24:0a:c4:e6:0e:9f Link: up State: up Link type: wired inet addr: 10.4.4.81 mask: 255.255.254.0 gw: 10.4.4.1 inet6 addr: fe80:0:0:0:260a:c4ff:fee6:e9f scope: link state: valid preferred inet6 addr: 2001:db8:0:0:260a:c4ff:fee6:e9f scope: global state: valid preferred Iface ET1 HWaddr: 24:0a:c4:e6:0e:9c Link: up State: up Link type: wireless inet addr: 10.4.4.86 mask: 255.255.254.0 gw: 10.4.4.1 inet6 addr: fe80:0:0:0:260a:c4ff:fee6:e9c scope: link state: valid preferred inet6 addr: 2001:db8:0:0:260a:c4ff:fee6:e9c scope: global state: valid preferred > |
||
---|---|---|
.. | ||
arch | ||
lwip | ||
lwip_init_devs.h | ||
lwip.h | ||
lwipopts.h | ||
sock_types.h |