Fix NPE triggered after disabling SG on a port
[netvirt.git] / openstack / net-virt-sfc / impl / src / main / yang / netvirt-sfc-config.yang
1 module netvirt-sfc-config {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:netvirt:sfc:impl:config";
4     prefix "netvirt-sfc-config";
5
6     description
7         "Service configuration for netvirt sfc project";
8
9     revision "2016-05-17" {
10         description
11             "Initial revision";
12     }
13
14     container netvirt-sfc-config {
15         leaf of13provider {
16            type string;
17            default "workaround";
18         }
19         leaf addsflows {
20             type boolean;
21             default false;
22         }
23     }
24 }