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

META-INF.yang.neutronvpn-config.yang Maven / Gradle / Ivy

There is a newer version: 0.11.4
Show newest version
module neutronvpn-config {
    yang-version 1;
    namespace "urn:opendaylight:netvirt:neutronvpn:config";
    prefix "neutronvpn-config";
    
    description
        "Configuration for neutronvpn-impl.";

    revision "2016-08-06" {
        description
                "Initial revision.";
    }

    container neutronvpn-config {
        config true;
        leaf use-transport-zone {
            type boolean;
            default true;
        }
    }    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy