From c38792ef9ed5ab9bbab4c2a90ae5571fc0ef6f6c Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Tue, 23 Oct 2018 10:30:38 -0700 Subject: [PATCH] config: Add documentation for tcfilter in configuration.toml Document this mode for users to be able to use it. Signed-off-by: Archana Shinde --- cli/config/configuration.toml.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/config/configuration.toml.in b/cli/config/configuration.toml.in index 7ed514124..be3086ac1 100644 --- a/cli/config/configuration.toml.in +++ b/cli/config/configuration.toml.in @@ -234,6 +234,10 @@ path = "@NETMONPATH@" # - none # Used when customize network. Only creates a tap device. No veth pair. # +# - tcfilter +# Uses tc filter rules to redirect traffic from the network interface +# provided by plugin to a tap interface connected to the VM. +# internetworking_model="@DEFNETWORKMODEL@" # If enabled, the runtime will create opentracing.io traces and spans.