]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[vlan] Support automatic VLAN device creation
authorMichael Brown <mcb30@ipxe.org>
Sun, 15 Jan 2023 22:35:44 +0000 (22:35 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 15 Jan 2023 22:35:44 +0000 (22:35 +0000)
commitf07630c74f3d67906baf820f080b5d0e5ad49ca4
tree8258e2c1ddd8c916ef9fd2a5e3778bfb1dd7439c
parent5a2fa6040e17562ce742df09aa20b8774b3879c5
[vlan] Support automatic VLAN device creation

Add the ability to automatically create a VLAN device for a specified
trunk device link-layer address and VLAN tag.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/vlan.h
src/net/vlan.c