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

META-INF.yang.odl-ofconfig-base.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-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