Comment 4 for bug 1690115

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-generic-switch (master)

Reviewed: https://review.openstack.org/524138
Committed: https://git.openstack.org/cgit/openstack/networking-generic-switch/commit/?id=d8d58a81565116a8fae796d55ab5ee6fe90d83c7
Submitter: Zuul
Branch: master

commit d8d58a81565116a8fae796d55ab5ee6fe90d83c7
Author: Mark Goddard <email address hidden>
Date: Thu May 11 10:39:05 2017 +0100

    Add support for trunk ports on Dell switches

    On Dell Force10 switches, interfaces are added as tagged members of a
    VLAN using the following commands:

    interface vlan <id>
    tagged <if>

    They can be removed similarly:

    interface vlan <id>
    no tagged <if>

    This change uses these commands to support configuration of trunk ports
    for all networks.

    Change-Id: I77f57ac1730eac2869fbdfeb112d1a9ea2b55fb1
    Partial-Bug: #1690115