You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fix #224 , it seems new problem introduced in leafref and augment xpath serialization, reproducible code and yang modules are sent by email as security reason. Thanks.
leafref before serialization:
161 leaf zone {
162 type leafref
163 path "/abc:cfw/abc:zone/abc:name";
810 leaf zone {
811 type leafref
812 path "/abc:cfw/abc:zone/abc:name";
leafref after serialization:
161 leaf zone {
162 type leafref
163 path "/abc:cfw/abc:abc:zone/abc:abc:name";
810 leaf zone {
811 type leafref
812 path "/abc:cfw/abc:abc:zone/abc:abc:name";
Hi
After fix #224 , it seems new problem introduced in leafref and augment xpath serialization, reproducible code and yang modules are sent by email as security reason. Thanks.
leafref before serialization:
leafref after serialization:
Augment before serialization:
Augment after serialization:
The text was updated successfully, but these errors were encountered: