Fix invalid yang models
[mdsal.git] / binding / mdsal-binding-test-model / src / main / yang / opendaylight-default-value-test.yang
index ee467480c4c916f31cc29570cb5b75e8c039bf61..ddbca7f6f3638befab11a01b61a23264c5c1da82 100644 (file)
@@ -618,7 +618,7 @@ module opendaylight-default-value-test {
                 bit auto-sense-speed {
                     position 1;
                 }
-                bit 10-Mb-only {
+                bit only-10-Mb {
                     position 2;
                 }
             }
@@ -674,4 +674,4 @@ module opendaylight-default-value-test {
             default invalid-prefix:my-derived-imported-identity;
         }
     }
-}
\ No newline at end of file
+}