All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
module lldp-speaker-config {
    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:openflow:applications:lldp-speaker:config";
    prefix "lldp-speaker-config";

    import ietf-yang-types {prefix yang; revision-date "2013-07-15";}

    description
        "Configuration for LLDP speaker application.";

    revision "2016-05-12" {
        description
            "Initial revision.";
    }

    container lldp-speaker-config {
        leaf address-destination {
            type yang:mac-address;
            mandatory true;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy