config: Add documentation for tcfilter in configuration.toml

Document this mode for users to be able to use it.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2018-10-23 10:30:38 -07:00
parent 17be8e37f5
commit c38792ef9e

View File

@ -234,6 +234,10 @@ path = "@NETMONPATH@"
# - none # - none
# Used when customize network. Only creates a tap device. No veth pair. # 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@" internetworking_model="@DEFNETWORKMODEL@"
# If enabled, the runtime will create opentracing.io traces and spans. # If enabled, the runtime will create opentracing.io traces and spans.