X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fldp.h;h=8d78ead0875b03376dc2b3fe67a011e454680e9a;hb=379aac395a2cc78847d8f14264a22a3ee99fc1c2;hp=304b79c40fdf82b4acce50b69f27d9e6fb87da7d;hpb=173bae3d178d96cd14e0cc1b191a575c4aaff299;p=vpp.git diff --git a/src/vcl/ldp.h b/src/vcl/ldp.h index 304b79c40fd..8d78ead0875 100644 --- a/src/vcl/ldp.h +++ b/src/vcl/ldp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Cisco and/or its affiliates. + * Copyright (c) 2017-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -30,6 +30,9 @@ #define LDP_ENV_DEBUG "LDP_DEBUG" #define LDP_ENV_APP_NAME "LDP_APP_NAME" #define LDP_ENV_SID_BIT "LDP_SID_BIT" +#define LDP_ENV_TLS_CERT "LDP_TLS_CERT_FILE" +#define LDP_ENV_TLS_KEY "LDP_TLS_KEY_FILE" +#define LDP_ENV_TLS_TRANS "LDP_TRANSPARENT_TLS" #define LDP_SID_BIT_MIN 5 #define LDP_SID_BIT_MAX 30