network: Deprecate bridged networking mode.

We plan to get rid of this feature in the future.

Fixes: #1950

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2019-08-09 10:26:12 -07:00
parent 14474a49a2
commit 2c99b95c53
4 changed files with 13 additions and 4 deletions

View File

@ -186,9 +186,12 @@ path = "@NETMONPATH@"
# the container network interface
# Options:
#
# - bridged
# - 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

View File

@ -289,9 +289,11 @@ path = "@NETMONPATH@"
# the container network interface
# Options:
#
# - bridged
# - 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

View File

@ -363,9 +363,11 @@ path = "@NETMONPATH@"
# the container network interface
# Options:
#
# - bridged
# - 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

View File

@ -371,9 +371,11 @@ path = "@NETMONPATH@"
# the container network interface
# Options:
#
# - bridged
# - 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