summaryrefslogtreecommitdiffstats
path: root/src/uri/vppcom.h
diff options
context:
space:
mode:
authorSteven <sluong@cisco.com>2017-10-11 09:59:30 -0700
committerDave Wallace <dwallacelf@gmail.com>2017-10-12 01:43:17 +0000
commitb5a1160be5aea1fa41eb0c457a162c3c4f2f5694 (patch)
tree934983622a83da5991d93c1362ccbf1cb0be4921 /src/uri/vppcom.h
parentb327c2b9541381e6aade400cee50f9cf12bb52d3 (diff)
VCL: Add REUSEADDR, BROADCAST, and V6ONLY to vppcom_session_attr API
1. Add the subject enum type 2. Fix a typo for the clib_warning Change-Id: I59f6d15d51c66b96022d51592d65c41755c1582a Signed-off-by: Steven <sluong@cisco.com>
Diffstat (limited to 'src/uri/vppcom.h')
-rw-r--r--src/uri/vppcom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uri/vppcom.h b/src/uri/vppcom.h
index 387970f7ef3..a8adda78282 100644
--- a/src/uri/vppcom.h
+++ b/src/uri/vppcom.h
@@ -69,6 +69,9 @@ typedef enum
VPPCOM_ATTR_SET_FLAGS,
VPPCOM_ATTR_GET_LCL_ADDR,
VPPCOM_ATTR_GET_PEER_ADDR,
+ VPPCOM_ATTR_SET_REUSEADDR,
+ VPPCOM_ATTR_SET_BROADCAST,
+ VPPCOM_ATTR_SET_V6ONLY,
} vppcom_attr_op_t;
/*