-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:
-
Environment:
onos build compilation
-
Story Points:3
module ospf {
namespace "urn:cisco:params:xml:ns:yang:ospf";
// replace with IANA namespace when assigned
prefix ospf;
revision 2020-10-20
/*feature flood-reduction
{ description "OSPF Flood Reduction."; }*/
leaf123 enabled1
{ type boolean; }}
[INFO] — yangutils-maven-plugin:1.0.0-SNAPSHOT:yang2java (default) @ onlab-rest —
[INFO] Error in file: /home/root1/onos/utils/test/src/main/yang/Onos_Yang_1.yang at line: 15 at position: 0
extraneous input 'leaf123' expecting
'}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]