diff options
Diffstat (limited to 'tap-linux.h')
-rw-r--r-- | tap-linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tap-linux.h b/tap-linux.h index 241cf836a4..d81c65081f 100644 --- a/tap-linux.h +++ b/tap-linux.h @@ -36,6 +36,7 @@ #define TUN_F_TSO4 0x02 /* I can handle TSO for IPv4 packets */ #define TUN_F_TSO6 0x04 /* I can handle TSO for IPv6 packets */ #define TUN_F_TSO_ECN 0x08 /* I can handle TSO with ECN bits. */ +#define TUN_F_UFO 0x10 /* I can handle UFO packets */ struct virtio_net_hdr { |