]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-netdev-tuntap.h
Merge pull request #1700 from ssahani/word
[thirdparty/systemd.git] / src / network / networkd-netdev-tuntap.h
index b804875bbb9b39ea6b8932f6a6801683b8d080a0..29f8bb0ea5013a4de549c3861ae6ac9c43c033dc 100644 (file)
@@ -33,6 +33,7 @@ struct TunTap {
         bool one_queue;
         bool multi_queue;
         bool packet_info;
+        bool vnet_hdr;
 };
 
 extern const NetDevVTable tun_vtable;