diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-06-02 10:46:21 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-06-02 10:51:15 +0200 |
commit | 15458966a342caa0912b7806a755d0d8277ca00f (patch) | |
tree | 285c712d264140c855f218bfc628db2eb173e064 /apps/http-proxy/src/http_proxy.h | |
parent | da86027a1ca94af261a1e3f030ebc4e519ad8d83 (diff) |
[HICN-610] Override hicn prefix used by http-proxy with one received
from configuration.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Ib7ec9032cf58ee1aff120ae676ce597b9428bbea
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/http-proxy/src/http_proxy.h')
-rw-r--r-- | apps/http-proxy/src/http_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/http-proxy/src/http_proxy.h b/apps/http-proxy/src/http_proxy.h index aa47d6a92..c3f183af2 100644 --- a/apps/http-proxy/src/http_proxy.h +++ b/apps/http-proxy/src/http_proxy.h @@ -96,6 +96,7 @@ class TcpReceiver : public Receiver { TcpListener listener_; std::string prefix_; std::string ipv6_first_word_; + std::string prefix_hash_; std::deque<HTTPClientConnectionCallback*> http_clients_; std::unordered_set<HTTPClientConnectionCallback*> used_http_clients_; ForwarderConfig forwarder_config_; |