Commit b0f16073 authored by Jean Rebiffe's avatar Jean Rebiffe
Browse files

Merge branch 'private/dandr-fix-bridge-inv' into 'main'

Fix bridge inventory get

See merge request sdn/mwt/mwt-sdn-plugtests-4-materials!8
parents 814e8c94 16f08fed
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -10,12 +10,12 @@
                    <xsl:copy-of select="dot1q:name" />
                    <xsl:copy-of select="dot1q:name" />
                    <xsl:copy-of select="dot1q:vids" />
                    <xsl:copy-of select="dot1q:vids" />
                    <xsl:copy-of select="dot1q:entry-type" />
                    <xsl:copy-of select="dot1q:entry-type" />
                    <port-left><xsl:copy-of select="dot1q:port-map[1]/dot1q:port-ref" /></port-left>
                    <port-left><xsl:value-of select="dot1q:port-map[1]/dot1q:port-ref" /></port-left>
                    <port-left-vlan-transmitted><xsl:copy-of select="dot1q:port-map[1]/dot1q:static-vlan-registration-entries/dot1q:vlan-transmitted" /></port-left-vlan-transmitted>
                    <port-left-vlan-transmitted><xsl:value-of select="dot1q:port-map[1]/dot1q:static-vlan-registration-entries/dot1q:vlan-transmitted" /></port-left-vlan-transmitted>
                    <port-left-registrar-admin-control><xsl:copy-of select="dot1q:port-map[1]/dot1q:static-vlan-registration-entries/dot1q:registrar-admin-control" /></port-left-registrar-admin-control>
                    <port-left-registrar-admin-control><xsl:value-of select="dot1q:port-map[1]/dot1q:static-vlan-registration-entries/dot1q:registrar-admin-control" /></port-left-registrar-admin-control>
                    <port-right><xsl:copy-of select="dot1q:port-map[2]/dot1q:port-ref" /></port-right>
                    <port-right><xsl:value-of select="dot1q:port-map[2]/dot1q:port-ref" /></port-right>
                    <port-right-vlan-transmitted><xsl:copy-of select="dot1q:port-map[2]/dot1q:static-vlan-registration-entries/dot1q:vlan-transmitted" /></port-right-vlan-transmitted>
                    <port-right-vlan-transmitted><xsl:value-of select="dot1q:port-map[2]/dot1q:static-vlan-registration-entries/dot1q:vlan-transmitted" /></port-right-vlan-transmitted>
                    <port-right-registrar-admin-control><xsl:copy-of select="dot1q:port-map[2]/dot1q:static-vlan-registration-entries/dot1q:registrar-admin-control" /></port-right-registrar-admin-control>
                    <port-right-registrar-admin-control><xsl:value-of select="dot1q:port-map[2]/dot1q:static-vlan-registration-entries/dot1q:registrar-admin-control" /></port-right-registrar-admin-control>
                </vlan>
                </vlan>
            </xsl:for-each>
            </xsl:for-each>
        </vlans>
        </vlans>