From 9d9e2322a2f7eedaee31da7d9eb7db55e1812b99 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 3 Sep 2019 10:28:21 +0000 Subject: [PATCH] update(userspace/falco): change the way the grpc server is started Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- userspace/falco/falco.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index ce43ec19..46315466 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -1165,7 +1165,7 @@ int falco_init(int argc, char **argv) // grpc server // TODO: this is blocking now, not what we want, falco must go on. Just an experiment for now. - start_grpc_server(5060, 1); + start_grpc_server("0.0.0.0:5060", 1); if(!trace_filename.empty() && !trace_is_scap) {