Page MenuHomeFreeBSD

if_vlan: add a prototype for vlan_input_p
ClosedPublic

Authored by ivy on May 28 2025, 3:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 19, 8:49 AM
Unknown Object (File)
Wed, Feb 11, 5:37 AM
Unknown Object (File)
Sun, Feb 8, 10:37 AM
Unknown Object (File)
Sat, Feb 7, 10:12 PM
Unknown Object (File)
Fri, Feb 6, 1:32 AM
Unknown Object (File)
Mon, Feb 2, 6:51 AM
Unknown Object (File)
Sat, Jan 31, 3:48 PM
Unknown Object (File)
Sat, Jan 31, 11:26 AM

Details

Summary

Move the definition of vlan_input_p to net/if.c and its prototype to
if_vlan_var.h, to match the other functions exported from if_vlan.
Remove the previous comment which is now outdated.

This is required for if_bridge to use this function.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable