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

ght.of-config.southbound-api.1.1.2-Boron-SR2.source-code.odl-ofconfig-base-api.yang Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.4.4
Show newest version
module odl-ofconfig-api {
    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:ofconfig:base:api";
    prefix "odl-ofconfig-base-api";
    
     revision "2015-09-01" {
        description "Initial revision of opendaylight of-config base api";
    }
    
    
     rpc sync_capcable_switch{
    
    	input {
            leaf node-id {
                mandatory true;
                type string;
                description
                    "id of the of-config capable switch node to be displayed";
            }
        }
    }
    
    rpc query_logical_switch_node_id{
    
    	input {
            leaf datapath-id {
                mandatory true;
                type string;
                description
                    "logical switch datapath-id";
            }
        }
        output{
        	leaf node-id {
        		 type string;
        		  description
                    "id of the of-config logical switch node to be displayed";
        	}
        
        }
    
    }
    
    
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy