diff options
Diffstat (limited to 'src/network/networkd-netdev-veth.h')
-rw-r--r-- | src/network/networkd-netdev-veth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-netdev-veth.h b/src/network/networkd-netdev-veth.h index ae5785783c..e69bfbc8f0 100644 --- a/src/network/networkd-netdev-veth.h +++ b/src/network/networkd-netdev-veth.h @@ -30,4 +30,5 @@ struct Veth { struct ether_addr *mac_peer; }; +DEFINE_NETDEV_CAST(VETH, Veth); extern const NetDevVTable veth_vtable; |