From 2c99b95c534877572fef5893c1bf062e7d92605f Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Fri, 9 Aug 2019 10:26:12 -0700 Subject: [PATCH] network: Deprecate bridged networking mode. We plan to get rid of this feature in the future. Fixes: #1950 Signed-off-by: Archana Shinde --- cli/config/configuration-acrn.toml.in | 5 ++++- cli/config/configuration-fc.toml.in | 4 +++- cli/config/configuration-nemu.toml.in | 4 +++- cli/config/configuration-qemu.toml.in | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/cli/config/configuration-acrn.toml.in b/cli/config/configuration-acrn.toml.in index cbb2cc174..b3da08744 100644 --- a/cli/config/configuration-acrn.toml.in +++ b/cli/config/configuration-acrn.toml.in @@ -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 diff --git a/cli/config/configuration-fc.toml.in b/cli/config/configuration-fc.toml.in index d7ce65040..b9137c114 100644 --- a/cli/config/configuration-fc.toml.in +++ b/cli/config/configuration-fc.toml.in @@ -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 diff --git a/cli/config/configuration-nemu.toml.in b/cli/config/configuration-nemu.toml.in index c4605bd40..9486e2cf4 100644 --- a/cli/config/configuration-nemu.toml.in +++ b/cli/config/configuration-nemu.toml.in @@ -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 diff --git a/cli/config/configuration-qemu.toml.in b/cli/config/configuration-qemu.toml.in index feb91ffd1..6d5c84605 100644 --- a/cli/config/configuration-qemu.toml.in +++ b/cli/config/configuration-qemu.toml.in @@ -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