You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that net_pkt_write() sets the LLDPDU data correctly
in net_pkt.
Fixeszephyrproject-rtos#25184
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Make sure that net_pkt_write() sets the LLDPDU data correctly
in net_pkt.
Fixeszephyrproject-rtos#25184
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Hi,
I am enable lldp in my env, after fixing the following bug it seem working
#25084
but while I am using optional lldp fields it isn't.
according to lldp_send:
why net_pkt_write with '!' before? if everything good net_pkt_write return 0.
if I remove the '!' it is working fine.
Environment:
Zephyr SDK
Commit SHA :6933248e0cb4f7af31e2bab5b39c594806ab53ac
Thanks,
Ehud
The text was updated successfully, but these errors were encountered: