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, Jul 12, 7:26 AM
Unknown Object (File)
Tue, Jul 8, 8:07 AM
Unknown Object (File)
Fri, Jul 4, 5:15 AM
Unknown Object (File)
Thu, Jul 3, 6:25 AM
Unknown Object (File)
Tue, Jul 1, 6:49 PM
Unknown Object (File)
Sun, Jun 29, 10:20 PM
Unknown Object (File)
Sat, Jun 28, 5:12 PM
Unknown Object (File)
Fri, Jun 27, 2:52 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