From 943a4b0750a2bee04788cb153ca56fa07d5005d7 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 27 Oct 2021 15:17:47 -0700 Subject: interface: handoff refactor and optimizations - move existing ethernet hash functions to hash infra (no l4 awareness) - refactor code to use hash infra and add apis to request l4 aware hashing functions - hashing functions per interface - code cleanup Type: improvement Signed-off-by: Florin Coras Change-Id: Ia9f44db98d83f0f027aeb37718585a2e10ffd2c6 --- src/plugins/nat/nat44-ei/nat44_ei_handoff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/nat/nat44-ei') diff --git a/src/plugins/nat/nat44-ei/nat44_ei_handoff.c b/src/plugins/nat/nat44-ei/nat44_ei_handoff.c index 5c16d871c4d..f1821d7721f 100644 --- a/src/plugins/nat/nat44-ei/nat44_ei_handoff.c +++ b/src/plugins/nat/nat44-ei/nat44_ei_handoff.c @@ -15,7 +15,6 @@ #include #include -#include #include #include -- cgit 1.2.3-korg