]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/netdev/ifb.c
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / network / netdev / ifb.c
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later
3295a461
SS
2 * Copyright © 2019 VMware, Inc. */
3
4#include "ifb.h"
5
6const NetDevVTable ifb_vtable = {
7 .object_size = sizeof(IntermediateFunctionalBlock),
8 .sections = NETDEV_COMMON_SECTIONS,
9 .create_type = NETDEV_CREATE_INDEPENDENT,
10 .generate_mac = true,
11};