summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/resources/envoy/vcl.conf
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-01-16 10:21:29 +0100
committerFlorin Coras <florin.coras@gmail.com>2023-01-16 20:51:09 +0000
commitf34f32f31925cba0ed8ef034184e0de1c7398487 (patch)
tree36695e68a76b240f70914dd3a3100971c7a3c2b5 /extras/hs-test/resources/envoy/vcl.conf
parent3f951433b89df4639bb2ae8f297aee90c70cebf5 (diff)
hs-test: better directory structure
Move config files to resources and docker files to separate directory Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I24dd0705c4a463c06de525f28cb54d882527320a
Diffstat (limited to 'extras/hs-test/resources/envoy/vcl.conf')
-rw-r--r--extras/hs-test/resources/envoy/vcl.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/hs-test/resources/envoy/vcl.conf b/extras/hs-test/resources/envoy/vcl.conf
new file mode 100644
index 00000000000..164435a6ae5
--- /dev/null
+++ b/extras/hs-test/resources/envoy/vcl.conf
@@ -0,0 +1,7 @@
+vcl {
+ rx-fifo-size 400000
+ tx-fifo-size 400000
+ app-scope-global
+ use-mq-eventfd
+ app-socket-api /tmp/vpp-envoy/var/run/app_ns_sockets/default
+}