ght.of-config.southbound-api.1.1.2-Boron-SR2.source-code.odl-ofconfig-base.yang Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of southbound-api Show documentation
Show all versions of southbound-api Show documentation
The of-config integration project is a project for OpenDaylight that will implement the Of-configure protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.
module odl-ofconfig-base {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:ofconfig:base";
prefix "odl-ofconfig-base";
revision "2015-09-01" {
description "Initial revision of opendaylight of-config base";
}
container datapath-id-2-nodeId{
list dpid-2-nodeId-map{
key "dpid";
leaf dpid{
type string;
}
leaf nodeId{
type string;
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy