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
When a presence node is initialized the pointer to the parent node in the model should be automatically populated
Current Behavior
Traceback (most recent call last):
File "./nc-create-xe-native-999-ipv6-vrf-def-ydk.py", line 108, in <module>
crud.create(provider, native)
File "/usr/local/lib/python2.7/dist-packages/ydk/errors/error_handler.py", line 112, in helper
return func(self, provider, entity, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/ydk/services/crud_service.py", line 30, in create
return self._crud.create(provider, entity)
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/usr/local/lib/python2.7/dist-packages/ydk/errors/error_handler.py", line 82, in handle_runtime_error
_raise(_exc)
File "/usr/local/lib/python2.7/dist-packages/ydk/errors/error_handler.py", line 56, in _raise
raise exc
ydk.errors.YPYInvalidArgumentError: ancestor for entity cannot be nullptr as one of the ancestors is a list. Path: ipv6
Expected Behavior
When a presence node is initialized the pointer to the parent node in the model should be automatically populated
Current Behavior
Steps to Reproduce
Your Script
System Information
The text was updated successfully, but these errors were encountered: