From 44433fb8564449ac8c12d47ca00975f626e09a71 Mon Sep 17 00:00:00 2001 From: Maxwell Schmitt Date: Wed, 24 Oct 2018 13:14:57 -0400 Subject: [PATCH] Fix README spacing one more time. Signed-off-by: Maxwell Schmitt --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 12c6b1b..1693fba 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,24 @@ Edit the python file's infile and outfile variable to what you'd prefer The infile's structure should look like: r1,127.0.0.1,10025,default,cisco-ios-xr + r2,127.0.0.1,10026,default,cisco-ios-xr + r3,127.0.0.1,10027,default,cisco-ios-xr + r4,127.0.0.1,10028,default,cisco-ios-xr + r5,127.0.0.1,10029,default,cisco-ios-xr + r6,127.0.0.1,10030,default,cisco-ios-xr name (displayed in nso), device address, ssh port, authgroup (should already be setup in NSO), ned id. Then call like: python3 devtplbuild.py + and import into NSO like: + ncs_load -lm outfile (requires NSO to be sourced)