From 0a07d296d453c11a31356844a0aae140fe012324 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Fri, 11 Feb 2022 19:55:41 +0100 Subject: Fix issues when handling unkown ipv6 packets In order to fix this, a new parameter has been introduced: "ipv6 mask length". This can be specified in the port section of the config file. The default value is 8 (bytes). Signed-off-by: Luc Provoost Change-Id: I88b0b3906cc247ae5653ad59b8aa425f0cddf347 --- VNFs/DPPD-PROX/prox_port_cfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/prox_port_cfg.h') 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; -- cgit 1.2.3-korg