Add blueprint wiring for openstack/net-virt
[netvirt.git] / openstack / net-virt-providers / src / main / yang / netvirt-providers-config.yang
1 module netvirt-providers-config {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:netvirt:providers:config";
4     prefix "netvirt-providers-config";
5
6     revision "2016-01-09" {
7         description "Initial revision of the netvirt providers config";
8     }
9
10     container netvirt-providers-config {
11         description "Configuration for NetvirtProviders";
12
13         config true;
14
15         leaf table-offset {
16             description "The table-offset is used to set the starting table for the netvirt pipeline";
17             type uint8;
18         }
19     }
20 }