]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/netdev/ifb.h
sd-ipv4acd: fix assertion triggered when an ARP received in STARTED state
[thirdparty/systemd.git] / src / network / netdev / ifb.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later
3295a461
SS
2 * Copyright © 2019 VMware, Inc. */
3
4#pragma once
5
6#include "netdev.h"
7
8typedef struct IntermediateFunctionalBlock {
9 NetDev meta;
10} IntermediateFunctionalBlock;
11
12DEFINE_NETDEV_CAST(IFB, IntermediateFunctionalBlock);
13extern const NetDevVTable ifb_vtable;