Skip to content

Commit 3d2e0d0

Browse files
committed
Corrected indentation to make ansible-galaxy happy
1 parent 2664084 commit 3d2e0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,28 @@ With different variants for local and remote modes mentioned earlier, before
5050
implementing Ansible modules, one needs to be aware of their limitation.
5151

5252
**Linux-based vs. QNX-based IOS-XR**
53+
5354
* QNX-based IOS-XR can only run in local mode
5455
* Earlier version of Linux-based IOS-XR also can only run in local mode due
5556
to incomplete Python libraries
5657
* Linux-based IOS-XR (eXR 6.0.2 or later) can run both remote and local modes
5758

5859
**CLI vs. XML/NETCONF**
60+
5961
* With CLI mode, you can do all CLI commands as you would do interactively.
6062
* The XML/NETCONF mode allows you to use Cisco XML or NETCONF commands in XML
6163
construct to configure IOS-XR.
6264

6365
**Console CLI vs. TPNNS CLI**
66+
6467
* Console CLI allows you to do all CLI commands as you would do interactively.
6568
* TPNNS CLI can either be implemented in local or remote mode. It connects
6669
to IOS-XR Linux shell and requires helper programs, /pkg/bin/xr_cli or
6770
/pkg/sbin/config, to deliver CLI commands or configure IOS-XR, respectively.
6871
Currently, "commit replace" is not supported by /pkg/sbin/config.
6972

7073
**Raw XML/NETCONF vs. YDK NETCONF**
74+
7175
* Raw NETCONF mode allows you to configure IOS-XR using NETCONF commands in
7276
RPC XML construct through standard SSH port 22 with termination sequence
7377
**]]>]]>** and port 830 with **##** termination sequence. The response is

0 commit comments

Comments
 (0)