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, Sep 4, 9:30 AM
Unknown Object (File)
Fri, Sep 4, 12:05 AM
Unknown Object (File)
Tue, Sep 1, 11:35 PM
Unknown Object (File)
Tue, Sep 1, 9:04 PM
Unknown Object (File)
Sun, Aug 30, 11:56 PM
Unknown Object (File)
Sun, Aug 30, 7:32 PM
Unknown Object (File)
Fri, Aug 28, 11:44 PM
Unknown Object (File)
Thu, Aug 27, 12:14 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