Update call method for parse_cli_textfsm (#38437) (#39827)

+label: docsite_pr
(cherry picked from commit 7f5820274f)
pull/39843/head
Alicia Cozine 7 years ago committed by GitHub
parent 00662ef044
commit e1fde2a50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -447,7 +447,7 @@ The network filters also support parsing the output of a CLI command using the
TextFSM library. To parse the CLI output with TextFSM use the following
filter::
{{ output | parse_cli_textfsm('path/to/fsm') }}
{{ output.stdout[0] | parse_cli_textfsm('path/to/fsm') }}
Use of the TextFSM filter requires the TextFSM library to be installed.

Loading…
Cancel
Save