mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 09:13:29 +00:00
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:
parent
14474a49a2
commit
2c99b95c53
@ -186,9 +186,12 @@ path = "@NETMONPATH@"
|
|||||||
# the container network interface
|
# the container network interface
|
||||||
# Options:
|
# Options:
|
||||||
#
|
#
|
||||||
# - bridged
|
# - bridged (Deprecated)
|
||||||
# Uses a linux bridge to interconnect the container interface to
|
# Uses a linux bridge to interconnect the container interface to
|
||||||
# the VM. Works for most cases except macvlan and ipvlan.
|
# 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
|
# - macvtap
|
||||||
# Used when the Container network interface can be bridged using
|
# Used when the Container network interface can be bridged using
|
||||||
|
@ -289,9 +289,11 @@ path = "@NETMONPATH@"
|
|||||||
# the container network interface
|
# the container network interface
|
||||||
# Options:
|
# Options:
|
||||||
#
|
#
|
||||||
# - bridged
|
# - bridged (Deprecated)
|
||||||
# Uses a linux bridge to interconnect the container interface to
|
# Uses a linux bridge to interconnect the container interface to
|
||||||
# the VM. Works for most cases except macvlan and ipvlan.
|
# 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
|
# - macvtap
|
||||||
# Used when the Container network interface can be bridged using
|
# Used when the Container network interface can be bridged using
|
||||||
|
@ -363,9 +363,11 @@ path = "@NETMONPATH@"
|
|||||||
# the container network interface
|
# the container network interface
|
||||||
# Options:
|
# Options:
|
||||||
#
|
#
|
||||||
# - bridged
|
# - bridged (Deprecated)
|
||||||
# Uses a linux bridge to interconnect the container interface to
|
# Uses a linux bridge to interconnect the container interface to
|
||||||
# the VM. Works for most cases except macvlan and ipvlan.
|
# 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
|
# - macvtap
|
||||||
# Used when the Container network interface can be bridged using
|
# Used when the Container network interface can be bridged using
|
||||||
|
@ -371,9 +371,11 @@ path = "@NETMONPATH@"
|
|||||||
# the container network interface
|
# the container network interface
|
||||||
# Options:
|
# Options:
|
||||||
#
|
#
|
||||||
# - bridged
|
# - bridged (Deprecated)
|
||||||
# Uses a linux bridge to interconnect the container interface to
|
# Uses a linux bridge to interconnect the container interface to
|
||||||
# the VM. Works for most cases except macvlan and ipvlan.
|
# 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
|
# - macvtap
|
||||||
# Used when the Container network interface can be bridged using
|
# Used when the Container network interface can be bridged using
|
||||||
|
Loading…
Reference in New Issue
Block a user