From 2d76710d776e0acd14738938b25be9eb49f4a1f4 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 29 Dec 2013 11:01:21 +0000 Subject: [PATCH] add note about community_rw no longer being used for read access --- Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index ec0e26bd..db2439c2 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -35,6 +35,17 @@ but they are backwards compatible. =back +=head1 2.020003 + +=head2 Incompatible Changes + +SNMP community strings provided in the C configuration setting +will I be used for I actions on a device (despite having +"C" in the setting name). If you have the same community string for read +and write access, then you must set both C and C in +your C file. In any case, we recommend using the new +C configuration format which supercedes both these settings. + =head1 2.020000 =head2 General Notices