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
F151375374: D50567.id156144.diff
Tue, Apr 7, 11:47 PM
Unknown Object (File)
Fri, Apr 3, 2:48 AM
Unknown Object (File)
Wed, Apr 1, 6:13 AM
Unknown Object (File)
Thu, Mar 19, 7:30 PM
Unknown Object (File)
Thu, Mar 19, 7:30 PM
Unknown Object (File)
Sat, Mar 14, 2:42 AM
Unknown Object (File)
Mar 8 2026, 5:18 PM
Unknown Object (File)
Mar 7 2026, 7:23 PM

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