diff options
Diffstat (limited to 'vnet/vnet/buffer.h')
-rw-r--r-- | vnet/vnet/buffer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vnet/vnet/buffer.h b/vnet/vnet/buffer.h index 269df81fd64..7648fac237a 100644 --- a/vnet/vnet/buffer.h +++ b/vnet/vnet/buffer.h @@ -298,6 +298,12 @@ typedef struct { u8 flags; //See ip_frag.h } ip_frag; + /* COP - configurable junk filter(s) */ + struct { + /* Current configuration index. */ + u32 current_config_index; + } cop; + u32 unused[6]; }; } vnet_buffer_opaque_t; |