ght.of-config.southbound-api.1.1.2-Boron-SR2.source-code.odl-ofconfig-types.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-types {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:ofconfig:types";
prefix "odl-ofconfig-types";
revision "2015-09-01" {
description "Initial revision of opendaylight of-config types";
}
typedef datapath-id-type {
type string;
description
"The datapath-id type represents an OpenFlow
datapath identifier.";
}
identity ofconfig-node-type-base {
description "Base identity for all ofconfig-node-types";
}
identity ofconfig-node-type-capable-switch {
description "ofconfig node type for capable-switchs";
base ofconfig-node-type-base;
}
identity ofconfig-node-type-logic-switch {
description "ofconfig node type for logic-switchs";
base ofconfig-node-type-base;
}
identity of-config-version-type-base {
description "Base identity for all of-config version types";
}
identity of-config-type-version-12 {
description " of-config 1.2 version types";
base of-config-version-type-base;
}
identity of-config-type-version-111 {
description " of-config 1.1.1 version types";
base of-config-version-type-base;
}
identity topology-type-base {
description "Base identity for all topology-types";
}
identity topology-type-ofconfig-overlay {
description "Marker to indicate a topology is of type overlay";
base topology-type-base;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy