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

META-INF.yang.bier-forwarding-api.yang Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
module bier-forwarding-api {
    yang-version 1;
    namespace "urn:bier:forwarding:api";
    prefix "bier-forwarding-api";

    import bier-common {
        prefix bier-common;
    }

    organization "zte";
    revision "2017-04-18" {
        description "Initial revision.";
    }

    rpc configure-bift {
        output {
             uses bier-common:configure-result;
        }
    }

    notification report-message {
        leaf failure-reason {
             type string;
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy