From bccd339a59788435d67e37845cd2446626466e98 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 12 Oct 2017 20:42:21 -0700 Subject: VCL: Add SET_KEEPALIVE, SET_TCP_KEEPIDLE, and SET_TCP_KEEPINTVL Add the subject enums to unblock LDPRELOAD. Just the enums, no real implementation yet. Change-Id: Ia3ec576c2779ee20956a37f0adebc06f16d1fe7f Signed-off-by: Steven --- src/uri/vppcom.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/uri/vppcom.c') diff --git a/src/uri/vppcom.c b/src/uri/vppcom.c index 76acc471c1f..7c06451abc4 100644 --- a/src/uri/vppcom.c +++ b/src/uri/vppcom.c @@ -3115,6 +3115,15 @@ vppcom_session_attr (uint32_t session_index, uint32_t op, case VPPCOM_ATTR_SET_V6ONLY: break; + + case VPPCOM_ATTR_SET_KEEPALIVE: + break; + + case VPPCOM_ATTR_SET_TCP_KEEPIDLE: + break; + + case VPPCOM_ATTR_SET_TCP_KEEPINTVL: + break; } done: -- cgit 1.2.3-korg