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)
Sat, Mar 14, 2:42 AM
Unknown Object (File)
Sun, Mar 8, 5:18 PM
Unknown Object (File)
Sat, Mar 7, 7:23 PM
Unknown Object (File)
Thu, Mar 5, 9:01 AM
Unknown Object (File)
Thu, Mar 5, 3:45 AM
Unknown Object (File)
Sat, Feb 28, 3:35 PM
Unknown Object (File)
Tue, Feb 24, 8:22 PM
Unknown Object (File)
Tue, Feb 24, 8:22 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