lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] mdns needs update in case of passing combination of flags t


From: Axel Lin
Subject: [lwip-devel] mdns needs update in case of passing combination of flags to reason arg of netif_invoke_ext_callback()
Date: Wed, 7 Feb 2018 09:56:08 +0800

Hi,
After commit 734b6ab57a5f (netif: ensure netif_set_addr() only results
in one "ext_status_callback"),
it looks like the reason arg for netif_invoke_ext_callback() can be
set by a combination of flags.
Then the checking in mdns.c needs update because the switch case only
assume one flag to be set.

BTW, using enum (netif_nsc_reason_t) seems a little bit confusion as
it's currently means flags.

Regards,
Axel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]