e00ddb6239d99eabce76feafd2676f02dc4b65f3
[netvirt.git] / sfc / classifier / api / src / main / yang / netvirt-sfc.yang
1 module netvirt-sfc {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:netvirt:sfc";
4     prefix "netvirt-sfc";
5
6     revision "2015-01-05" {
7         description "Initial revision of the netvirt sfc model";
8     }
9
10     container sfc {
11         leaf name {
12             type string;
13         }
14     }
15 }