Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add a new parameter: secondary_isolated_vlan:
    • Not a required paramter. if the parameter is not null, then PVLAN would be enabled.
    • When the parameter is set, it must be advance shared network.

DB changes

The type of the VLAN (primary/isolated) may need to be tracked. The vlan table and the VlanVO class may need to be changed. An association between a primary and secondary VLAN IDs may need to be tracked in a separate table, or in some other way. The same isolated VLAN ID cannot be associated with different primary VLAN IDs. Multiple isolated VLAN IDs can be associated with a single primary VLAN ID.

UI flow

  • The admin creates a shared vlan. She is asked if it is a PVLAN. If yes, in addition to the primary vlan id, she is asked for the secondary vlan id.
    The pre-confirmation dialog asks her to make sure her physical infrastructure is configured in the same fashion.

...