Bug 2444 - Yin export of all YANG statements
[yangtools.git] / yang / yang-model-export / src / test / resources / bugs / bug2444 / yang / notification.yang
index 647aa713750dd3c3566adf5d323c007daa1108d1..be8285ab23ac631c591b0ebf712fe8c5c4c5d72a 100644 (file)
@@ -4,7 +4,10 @@ module notification {
     yang-version 1.1;
 
     notification n1 {
+        status deprecated;
         container c {
+            config true;
+            status current;
         }
     }