session: add forced reset api to ct transport
[vpp.git] / src / vnet / session / application_local.h
index 86edf24..fd2804c 100644 (file)
@@ -22,7 +22,8 @@
 
 #define foreach_ct_flags                                                      \
   _ (CLIENT, "client")                                                        \
-  _ (HALF_OPEN, "half-open")
+  _ (HALF_OPEN, "half-open")                                                  \
+  _ (RESET, "reset")
 
 enum
 {