X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fldp.h;h=8d78ead0875b03376dc2b3fe67a011e454680e9a;hb=b4e5e50fe;hp=f96219f753be00da34b1bee50925e56d2b4f2d9b;hpb=2a8652701d0ce7185c60cc05e407950e87a6c150;p=vpp.git diff --git a/src/vcl/ldp.h b/src/vcl/ldp.h index f96219f753b..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,8 +30,11 @@ #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 9 +#define LDP_SID_BIT_MIN 5 #define LDP_SID_BIT_MAX 30 #define LDP_APP_NAME_MAX 256