[pve-devel] [PATCH pve-docs v2 4/4] sdn: add documentation for isolated ports option
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Nov 18 19:52:17 CET 2024
On Tue, 12 Nov 2024 16:54:25 +0100
Stefan Hanreich <s.hanreich at proxmox.com> wrote:
> Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
> ---
> pvesdn.adoc | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/pvesdn.adoc b/pvesdn.adoc
> index 39de80f..b1f2578 100644
> --- a/pvesdn.adoc
> +++ b/pvesdn.adoc
> @@ -383,6 +383,11 @@ Tag:: The unique VLAN or VXLAN ID
> VLAN Aware:: Enables vlan-aware option on the interface, enabling configuration
> in the guest.
>
> +Isolate Ports:: Sets the isolated flag for all members of this port, except for
> +the bridge port. This means that every port can only send traffic to the bridge
> +port. In order for this setting to take effect, you need to restart the VMs
> +that have interfaces on the VNet.
> +
Reading through the VNet docs - I'd rename bridge port to 'interface' and
members to guest ports. - maybe like this:
```
Isolate Ports:: Sets the isolated flag for all guest ports of this interface,
but not for the interface itself. This means that guests cannot send traffic to
each other. In order for this setting to take effect, you need to restart the
affected guest.
```
>
> [[pvesdn_config_subnet]]
> Subnets
More information about the pve-devel
mailing list