diff --git a/cli/config/configuration-acrn.toml.in b/cli/config/configuration-acrn.toml.in index cbb2cc1740..b3da087443 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 d7ce650402..b9137c114b 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 c4605bd404..9486e2cf4a 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 feb91ffd19..6d5c84605a 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