X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fldp.h;h=327e73c80c09bcd5942f590e0b282875e919cb32;hb=e08fdf316a750049b11898b833fdd6dc4c742c3f;hp=304b79c40fdf82b4acce50b69f27d9e6fb87da7d;hpb=173bae3d178d96cd14e0cc1b191a575c4aaff299;p=vpp.git diff --git a/src/vcl/ldp.h b/src/vcl/ldp.h index 304b79c40fd..327e73c80c0 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: @@ -23,13 +23,16 @@ #define LDP_DEBUG_INIT 0 #endif +#include #include #include -#include #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