From 2609a6af871e25bb27ffb18ff572b56ed21d1b6b Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 24 Aug 2020 16:37:20 +0800 Subject: 增加PROTO_SSH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/tsg_label.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/tsg_label.h b/inc/tsg_label.h index f8ffcfe..e402b33 100644 --- a/inc/tsg_label.h +++ b/inc/tsg_label.h @@ -19,6 +19,7 @@ typedef enum _tsg_protocol PROTO_BGP, PROTO_STREAMING_MEDIA, PROTO_QUIC, + PROTO_SSH, PROTO_MAX }tsg_protocol_t; -- cgit v1.2.3