From 55a7b6b7f2f773c06a79cb7359ffdab54ba32450 Mon Sep 17 00:00:00 2001 From: Johannes Kimmel Date: Fri, 4 Sep 2020 04:59:43 +0200 Subject: netifd: vxlan: add aging and maxaddress options For both options the values can just be passed to the kernel. All unsigned values are accepted, thus no range checking required. Signed-off-by: Johannes Kimmel --- system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index 290c2e5..52161a8 100644 --- a/system.h +++ b/system.h @@ -52,6 +52,8 @@ enum vxlan_data { VXLAN_DATA_ATTR_L2MISS, VXLAN_DATA_ATTR_L3MISS, VXLAN_DATA_ATTR_GBP, + VXLAN_DATA_ATTR_AGEING, + VXLAN_DATA_ATTR_LIMIT, __VXLAN_DATA_ATTR_MAX }; -- cgit v1.2.1