gosha-z opened a new issue, #3305:
URL: https://github.com/apache/nuttx-apps/issues/3305

   ### Description / Steps to reproduce the issue
   
   Found a difference between definition and implementation of netlib_add_vlan 
function.
   in include/netutils/netlib.h it declared as:
   int netlib_add_vlan(FAR const char *ifname, int vlanid, int prio);
   but in netutils/netlib/netlib_addvlan.c it implemented as
   int netlib_add_vlan(FAR const char *ifname, int vlanid)
   
   causing compiler error.
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   Ubuntu 24
   
   ### NuttX Version
   
   main branch
   
   ### Issue Architecture
   
   [Arch: all]
   
   ### Issue Area
   
   [Area: Networking]
   
   ### Host information
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to