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, Aug 8, 10:28 PM
Unknown Object (File)
Sat, Aug 8, 10:28 PM
Unknown Object (File)
Tue, Aug 4, 12:56 PM
Unknown Object (File)
Mon, Aug 3, 8:33 AM
Unknown Object (File)
Mon, Aug 3, 8:33 AM
Unknown Object (File)
Mon, Aug 3, 8:33 AM
Unknown Object (File)
Mon, Aug 3, 5:10 AM
Unknown Object (File)
Sun, Aug 2, 5:08 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