summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/prox_port_cfg.h
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@gmail.com>2022-02-21 08:26:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2022-02-21 08:26:20 +0000
commit834497b9c6ea36461a5b616411325d90ef60f925 (patch)
tree94710e8b06d16c135cbb22b93c97137e4d70f0ca /VNFs/DPPD-PROX/prox_port_cfg.h
parentfa752f43d5c24fad1618d2514cbeb86f5549bec4 (diff)
parent0a07d296d453c11a31356844a0aae140fe012324 (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.h1
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;