Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ Prerequisites
Creating a PVLAN-Enabled Network
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. note::
If you are facing issues with connectivity in PVLANS, especially community and promiscuous PVLANS
in a multi hypervisor environment, this could be caused by the way PVLANs were implemented
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be easier to mention community and promiscuous PVLANs were introduced after 4.14.0 and were not supported on previous versions rather than this could be caused by the way PVLANs were implemented in 4.14.0, which was later fixed in 4.15.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was introduced for VMware in 4.14.0 which is what could be causing the problem, hence stating that it is fixed now
But I'll be happy to change it if it sounds too confusing

in 4.14.0, which was later fixed in 4.15.0. To resolve this, delete the PVLAN network and recreate it.

PVLAN-enabled networks can be either shared or layer 2 networks.

For a general description of how to create a shared network see `"configuring a shared guest network" <#configuring-a-shared-guest-network>`_.
Expand Down