Commit 16f08fed authored by Dragos Dan's avatar Dragos Dan
Browse files

Fix bridge inventory get

parent 814e8c94
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
                    <xsl:copy-of select="dot1q:name" />
                    <xsl:copy-of select="dot1q:vids" />
                    <xsl:copy-of select="dot1q:entry-type" />
                    <port-left><xsl:copy-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-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-right><xsl:copy-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-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-left><xsl:value-of select="dot1q:port-map[1]/dot1q:port-ref" /></port-left>
                    <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:value-of select="dot1q:port-map[1]/dot1q:static-vlan-registration-entries/dot1q:registrar-admin-control" /></port-left-registrar-admin-control>
                    <port-right><xsl:value-of select="dot1q:port-map[2]/dot1q:port-ref" /></port-right>
                    <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:value-of select="dot1q:port-map[2]/dot1q:static-vlan-registration-entries/dot1q:registrar-admin-control" /></port-right-registrar-admin-control>
                </vlan>
            </xsl:for-each>
        </vlans>