mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +00:00
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:
parent
17be8e37f5
commit
c38792ef9e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user