From 27433d917882b716b900a31b73482d434074afc7 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Fri, 2 Aug 2019 14:55:40 -0700 Subject: [PATCH] config: Get rid of bridged model docs in the configuration Since we have dropped support for bridged model, remove it from the configuration as well. Signed-off-by: Archana Shinde --- cli/config/configuration-nemu.toml.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cli/config/configuration-nemu.toml.in b/cli/config/configuration-nemu.toml.in index 09cc5a8f17..c92bb12f59 100644 --- a/cli/config/configuration-nemu.toml.in +++ b/cli/config/configuration-nemu.toml.in @@ -371,12 +371,6 @@ path = "@NETMONPATH@" # the container network interface # Options: # -# - bridged (Deprecated) -# Uses a linux bridge to interconnect the container interface to -# the VM. Works for most cases except macvlan and ipvlan. -# ***NOTE: This feature has been deprecated with plans to remove this -# feature in the future. Please use other network models listed below. -# # - macvtap # Used when the Container network interface can be bridged using # macvtap.