diff options
author | 2022-02-21 08:26:20 +0000 | |
---|---|---|
committer | 2022-02-21 08:26:20 +0000 | |
commit | 834497b9c6ea36461a5b616411325d90ef60f925 (patch) | |
tree | 94710e8b06d16c135cbb22b93c97137e4d70f0ca /VNFs/DPPD-PROX/prox_port_cfg.h | |
parent | fa752f43d5c24fad1618d2514cbeb86f5549bec4 (diff) | |
parent | 0a07d296d453c11a31356844a0aae140fe012324 (diff) |
Merge "Fix issues when handling unkown ipv6 packets"0.0.2
Diffstat (limited to 'VNFs/DPPD-PROX/prox_port_cfg.h')
-rw-r--r-- | VNFs/DPPD-PROX/prox_port_cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/prox_port_cfg.h b/VNFs/DPPD-PROX/prox_port_cfg.h index 50359202..24fd8aac 100644 --- a/VNFs/DPPD-PROX/prox_port_cfg.h +++ b/VNFs/DPPD-PROX/prox_port_cfg.h @@ -91,6 +91,7 @@ struct prox_port_cfg { uint8_t virtual; uint8_t all_rx_queues; uint16_t n_vlans; + uint32_t v6_mask_length; }; extern rte_atomic32_t lsc; |