intel / openlldp

Other
54 stars 43 forks source link

lldpad: using inet_ntop #106

Closed liuhangbin closed 3 months ago

liuhangbin commented 3 months ago

Function inet_ntoa is deprecated. Use inet_ntop instead. Also convert inet_aton to inet_pton.

apconole commented 3 months ago

LGTM - I'll merge on Tuesday (unless someone flags an issue).

apconole commented 3 months ago

Merged.