Revision d75aa385a9fee027b9d35f96e63e5f78c12c8f50 authored by Martynas Pumputis on 22 November 2021, 19:12:17 UTC, committed by Martynas Pumputis on 23 November 2021, 15:36:25 UTC
Signed-off-by: Martynas Pumputis <m@lambda.lt>
1 parent ef1068f
Raw File
filter_config.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2017-2020 Authors of Cilium */

/*
 * This is just a dummy header with dummy values to allow for test
 * compilation without the full code generation engine backend.
 */
#define CIDR4_HMAP_ELEMS 1024
#define CIDR4_LMAP_ELEMS 1024
#define CIDR4_HMAP_NAME v4_fix
#define CIDR4_LMAP_NAME v4_dyn
#define CIDR4_FILTER
#define CIDR4_LPM_PREFILTER
#define CIDR6_HMAP_NAME v6_fix
#define CIDR6_LMAP_NAME v6_dyn
#define CIDR6_FILTER
#define CIDR6_LPM_PREFILTER
back to top