Commit 814e8c94 authored by Jean Rebiffe's avatar Jean Rebiffe
Browse files

Accept change submitted by patch. Thanks you Vilmo Palfi (Ericsson).

parent 3476f280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/nc:data/sys:system/"
    <xsl:template match="/nc:data/sys:system"
                xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
                xmlns:sys="urn:ietf:params:xml:ns:yang:ietf-system">
        <system>
+2 −1
Original line number Diff line number Diff line
<hardware xmlns="urn:ietf:params:xml:ns:yang:ietf-hardware-state">
<?xml version="1.0"?>
<hardware xmlns="urn:ietf:params:xml:ns:yang:ietf-hardware">
    <component />
</hardware>
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
                    <remote-system-name><xsl:value-of select="lldp:system-name" /></remote-system-name>
                    <remote-system-description><xsl:value-of select="lldp:system-description" /></remote-system-description>
                    <remote-port-id-subtype><xsl:value-of select="lldp:port-id-subtype" /></remote-port-id-subtype>
                    <remote-port-id><xsl:value-of select="lldp:port-id" /><remote-port-id>
                    <remote-port-desc><xsl:value-of select="lldp:port-desc" /><remote-port-desc>
                    <remote-port-id><xsl:value-of select="lldp:port-id" /></remote-port-id>
                    <remote-port-desc><xsl:value-of select="lldp:port-desc" /></remote-port-desc>

                    <local-chassis-id-subtype><xsl:value-of select="../lldp:port-id-subtype" /></local-chassis-id-subtype>
                    <local-chassis-id><xsl:value-of select="../lldp:port-id" /></local-chassis-id>
+15 −0
Original line number Diff line number Diff line
<?xml version="1.0"?>
<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces" xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type" xmlns:eiml="urn:rdns:com:ericsson:oammodel:ericsson-interface-mini-link">
    <interface>
        <type>ianaift:ethernetCsmacd</type>
    </interface>
    <interface>
        <type>eiml:lanDcnInterface</type>
    </interface>
    <interface>
        <type>eiml:lanInterface</type>
    </interface>
    <interface>
        <type>eiml:wanInterface</type>
    </interface>
</interfaces>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<bridges xmlns="urn:ieee:std:802.1Q:yang:ieee802-dot1q-bridge">
    <bridge>
    <bridge />
</bridges>
Loading