Add blueprint wiring for openstack/net-virt
[netvirt.git] / openstack / net-virt / src / main / yang / netvirt-impl-config.yang
1 module netvirt-impl-config {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:netvirt:impl:config";
4     prefix "netvirt-impl-config";
5
6     description
7         "Configuration for Netvirt Impl.";
8
9     revision "2016-05-17" {
10         description
11                 "Initial revision.";
12     }
13
14     container netvirt-impl-config {
15         leaf conntrack-enabled {
16             type boolean;
17             default false;
18         }
19         leaf int-bridge-gen-mac {
20             type boolean;
21             default true;
22         }
23     }
24 }