issues
search
freeconf
/
yang
Standards-based management for Golang microservices
Apache License 2.0
38
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Explicit implementation of 'OnGetByKey' handler, causes panic during delete node operation if 'OnDeleteByKey' is not explicitly implemented
#120
Pawel-Guzik
opened
3 weeks ago
0
typedef not found when 'include' used in submodule
#119
preetjuniper
opened
2 months ago
0
Parsing from file fails with comment after module definition
#118
preetjuniper
opened
2 months ago
2
Add validation against schema for JSON
#117
urxvtcd
opened
3 months ago
5
issue #114 - allow numbers in quote in yang
#116
dhubler
closed
3 months ago
0
leafpath cannot be resolved for IETF model ietf-l3vpn-svc
#115
william-tremblay1
opened
3 months ago
2
strict argument parsing for leaf-list `min-elements` incompatible with some IETF models
#114
william-tremblay1
closed
3 months ago
2
refactor ReplaceFrom()
#113
sibuk-harabudjasim
opened
3 months ago
1
XPath expressions in 'when' statement not using the correct context
#112
eelcocramer
opened
3 months ago
6
fix: fix error handling when inserting list item without key
#111
sibuk-harabudjasim
closed
3 months ago
1
No access to meta.List's key when module defines list in augment
#110
berupp
opened
8 months ago
14
Modules revision statement might have empty curly brackets
#109
HRogge
closed
8 months ago
2
Instead of switching over to module typedefs when appropriate, recurs…
#108
HRogge
opened
8 months ago
2
fix: panic when reading leaf inside empty list item
#107
Kirhchoff
closed
8 months ago
1
Machine-dependent integer types are used for representing 32-bit yang integers
#106
Kirhchoff
closed
8 months ago
5
fix: extract node type safely when calling OnRead handler
#105
Kirhchoff
closed
8 months ago
0
call OnEndEdit always(!) if OnBeginEdit called successfully
#104
sibuk-harabudjasim
closed
5 months ago
2
fix for bits type
#103
sibuk-harabudjasim
closed
5 months ago
3
call OnEndEdit always(!) if OnBeginEdit called successfully
#102
sibuk-harabudjasim
closed
9 months ago
0
ReadJSON() now returns error
#101
sibuk-harabudjasim
closed
9 months ago
3
(RESTCONF+YANG) PUT Request with invalid JSON modifies state
#100
sibuk-harabudjasim
opened
9 months ago
3
add support for bitfields
#99
sibuk-harabudjasim
closed
9 months ago
2
fix copy on append bug in reflection
#98
sibuk-harabudjasim
closed
10 months ago
4
Copy union subtypes when mixing them in.
#97
HRogge
closed
10 months ago
2
UnionLists overwrite list/leaf type of subtypes
#96
HRogge
closed
10 months ago
6
XML support as input and output
#95
dhubler
closed
11 months ago
1
Adding xml support
#94
sebastien-guay
closed
11 months ago
5
Make sure that subtypes of unionlist are always converted into list
#93
HRogge
closed
1 year ago
1
Setting default value through typedef for leaf-list generates panic
#92
raghavendramayagundi
closed
1 year ago
7
Better list-flag handling for val/format.go
#91
HRogge
closed
1 year ago
0
Issue-77 Add support for shorhand/implicit case in augment statement …
#90
davidmat50
closed
1 year ago
4
Issue with setting default value for list and leaf-list using refine
#89
raghavendramayagundi
closed
1 year ago
4
Issue-76 finding choicecase def
#88
davidmat50
closed
1 year ago
2
Allow update a root node even if the strategy is insert
#87
HRogge
closed
11 months ago
4
Improve list-format handling, especially for union-list subtypes
#86
HRogge
closed
1 year ago
8
'Config'=false setting from parent/grand-parents not getting inherited to data nodes under a choice
#85
davidmat50
closed
1 year ago
4
bit information for 'bits' datatype is not found if a typedef is used.
#84
davidmat50
closed
1 year ago
3
Panic when 'config:true' is added inside a choicecase in yang
#83
davidmat50
closed
1 year ago
2
Use reflect api type conversion to assign value in nodeutil
#82
HRogge
closed
1 year ago
2
Fraction-digits is not inherited through typedef
#81
raghavendramayagundi
closed
1 year ago
2
Leaf of type union wrongly inherits default and units from typedef
#80
raghavendramayagundi
closed
1 year ago
3
No error is thrown if cases inside a choice contains child nodes with same name.
#79
davidmat50
closed
1 year ago
2
No error thrown is when a duplicate node is added to container using augment.
#78
davidmat50
closed
1 year ago
1
Failing to augment if taget node is choice and data to be augmented also is choice
#77
davidmat50
closed
1 year ago
3
Augmenting is failing if target node is any substatment under a choice
#76
davidmat50
closed
1 year ago
7
Config substatment is not supported under choice statement
#75
davidmat50
closed
1 year ago
1
Panic when 'config:true' is added in yang
#74
davidmat50
closed
1 year ago
3
Panic in freeconf/yang library if two leaf nodes has the same name.
#73
davidmat50
closed
1 year ago
1
[Question] Is Default() method syntax changed intentionally? Is this correct if leaf has value other than string.
#72
davidmat50
closed
1 year ago
3
Derived bases of identities are not as expected when muti-level imports are done
#71
davidmat50
closed
1 year ago
4
Next