Bug 6633 : NXM_OF_IN_PORT support in openflowplugin
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / main / yang / nicira-exension-cfg.yang
1 module nicira-extension {
2         yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:openflowplugin:nx:config";
4     prefix "niciraExt-cfg";
5
6     import config {prefix config; revision-date 2013-04-05; }
7
8     description
9         "openflow extension for nicira - config";
10
11     revision "2014-07-11" {
12         description
13             "Initial revision";
14     }
15
16     identity nicira-extension-provider {
17         base config:service-type;
18         config:java-class "org.opendaylight.openflowplugin.extension.vendor.nicira.NiciraExtensionProvider";
19     }
20 }