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
F143824757: D50567.diff
Sat, Jan 31, 3:48 PM
F143758163: D50567.diff
Sat, Jan 31, 11:26 AM
Unknown Object (File)
Fri, Jan 30, 4:12 AM
Unknown Object (File)
Mon, Jan 26, 6:34 PM
Unknown Object (File)
Fri, Jan 23, 12:10 PM
Unknown Object (File)
Dec 29 2025, 7:05 AM
Unknown Object (File)
Dec 20 2025, 6:03 PM
Unknown Object (File)
Nov 25 2025, 5:01 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