Vidyashree Rama | 13b4c55 | 2016-06-20 15:12:43 +0530 | [diff] [blame] | 1 | submodule syslog2 { |
2 | yang-version 1; | ||||
3 | belongs-to "syslog1" { | ||||
4 | prefix "sys1"; | ||||
5 | } | ||||
6 | |||||
7 | import "syslog3" { | ||||
8 | prefix "sys3"; | ||||
9 | } | ||||
10 | |||||
11 | feature p2mp-te { | ||||
12 | description "Indicates support for P2MP-TE"; | ||||
13 | if-feature "sys3:extended-admin-groups"; | ||||
14 | } | ||||
15 | } | ||||
16 |