diff options
Diffstat (limited to 'src/vnet/devices/af_packet/af_packet.h')
-rw-r--r-- | src/vnet/devices/af_packet/af_packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/devices/af_packet/af_packet.h b/src/vnet/devices/af_packet/af_packet.h index 395f2d93fdf..fc35b48b85e 100644 --- a/src/vnet/devices/af_packet/af_packet.h +++ b/src/vnet/devices/af_packet/af_packet.h @@ -48,6 +48,7 @@ typedef struct u32 per_interface_next_index; u8 is_admin_up; u32 queue_index; + u32 host_mtu; } af_packet_if_t; typedef struct |