From 5e19bcca367a4445d1ef2e4e222cf5c7b28942b9 Mon Sep 17 00:00:00 2001 From: ghankins Date: Wed, 3 Aug 2016 14:01:10 -0400 Subject: Added Nokia. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6a088c6..82b90a7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * AOS * AOS7 * ISAM - * TiMOS * Wireless * Arista * EOS @@ -118,6 +117,8 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * MasterOS * Netonix * WISP Switch (As Netonix) + * Nokia (formerly TiMetra, Alcatel, Alcatel-Lucent) + * SR OS (TiMOS) * Opengear * Opengear * Palo Alto -- cgit v1.2.1 From d54c81601160585cad539ff20695f834c7adbb59 Mon Sep 17 00:00:00 2001 From: ghankins Date: Wed, 3 Aug 2016 22:02:54 -0400 Subject: clarified how to find model file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 82b90a7..c94919e 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ output: ### Output types -If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb`. +If you prefer to have different outputs in different files and/or directories, you can easily do this by modifying the corresponding model. To change the behaviour for IOS, you would edit `lib/oxidized/model/ios.rb` (run `gem contents oxidized` to find out the full file path). For example, let's say you want to split out `show version` and `show inventory` into separate files in a directory called `nodiff` which your tools will not send automated diffstats for. You can apply a patch along the lines of -- cgit v1.2.1