Skip to content

Commit ecceaf8

Browse files
committed
Document the new huge_xml optional argument from #2013
1 parent 87b6110 commit ecceaf8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/support/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,9 @@ ____________________________________
138138
* :code:`use_keys` (ios, iosxr, nxos_ssh) - Paramiko argument, enable searching for discoverable private key files in ``~/.ssh/`` (default: ``False``).
139139
* :code:`eos_autoComplete` (eos) - Allows to set `autoComplete` when running commands. (default: ``None`` equivalent to ``False``)
140140
* :code:`config_encoding` (iosxr_netconf) - Set encoding to either ``"xml"`` or ``"cli"`` for configuration load methods. (default: ``"cli"``)
141-
* :code:`eos_fn0039_config` (eos) - Transform old style configuration to the new style, available beginning with EOS release 4.23.0, as per FN 0039. Beware
142-
that enabling this option will change the configuration you're loading through NAPALM. Default: ``False`` (won't change your configuration commands).
143-
.. versionadded:: 3.0.1
144141
* :code:`force_cfg_session_invalid` (eos) - Force the config_session to be cleared in case of issues, like `discard_config` failure. (default: ``False``)
142+
* :code:`huge_tree` (junos) - Pass on this flag on Juniper devices when
143+
returning a large XML document. (default: ``False``)
145144

146145
The transport argument
147146
______________________

0 commit comments

Comments
 (0)