Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
config: Add documentation for tcfilter in configuration.toml
Browse files Browse the repository at this point in the history
Document this mode for users to be able to use it.

Signed-off-by: Archana Shinde <[email protected]>
  • Loading branch information
amshinde committed Oct 24, 2018
1 parent 17be8e3 commit c38792e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/config/configuration.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c38792e

Please sign in to comment.