We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am requesting the addition of huge_tree as a valid option to include in extras. I am having trouble retrieving very large outputs without this set.
nornir_pyez/nornir_pyez/plugins/connections/__init__.py
Lines 24 to 34 in cc9db3c
https://junos-pyez.readthedocs.io/en/2.4.1/jnpr.junos.html huge_tree (bool) – OPTIONAL parse XML with very deep trees and long text content. default is False.
My current workaround is setting dev._conn.huge_tree = True after connecting.
dev._conn.huge_tree = True
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am requesting the addition of huge_tree as a valid option to include in extras. I am having trouble retrieving very large outputs without this set.
nornir_pyez/nornir_pyez/plugins/connections/__init__.py
Lines 24 to 34 in cc9db3c
https://junos-pyez.readthedocs.io/en/2.4.1/jnpr.junos.html
huge_tree (bool) – OPTIONAL parse XML with very deep trees and long text content. default is False.
My current workaround is setting
dev._conn.huge_tree = True
after connecting.The text was updated successfully, but these errors were encountered: