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
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