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)
Fri, Oct 10, 12:24 AM
Unknown Object (File)
Thu, Oct 9, 8:49 PM
Unknown Object (File)
Wed, Oct 8, 5:39 AM
Unknown Object (File)
Tue, Oct 7, 5:58 AM
Unknown Object (File)
Fri, Oct 3, 1:16 AM
Unknown Object (File)
Thu, Oct 2, 11:06 PM
Unknown Object (File)
Thu, Oct 2, 3:56 PM
Unknown Object (File)
Wed, Oct 1, 5:18 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