diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-01-11 21:41:57 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-01-12 23:34:17 +0100 |
commit | 19bdb506cc6ca66cc05d1836775ba111cdf6c411 (patch) | |
tree | 7d4e8588c0d619ded402e029c987910a91889b05 | |
parent | 65794fd6e009493d22a1ed7b31fccade822e6396 (diff) |
TunnelEncaps: Add cloud security tunnel type
-rw-r--r-- | lib/tunnel_encaps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tunnel_encaps.c b/lib/tunnel_encaps.c index 9865ce0a..26ad6296 100644 --- a/lib/tunnel_encaps.c +++ b/lib/tunnel_encaps.c @@ -210,6 +210,7 @@ struct { {15, "SR TE Policy Type"}, {16, "Bare"}, {17, "SR Tunnel"}, + {18, "Cloud Security"}, }; const uint num_tunnel_types = sizeof(tunnel_types)/sizeof(tunnel_types[0]); |