<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/snmp, branch maint-18</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2016-03-14T09:46:23+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-03-14T09:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0f8afe80c6582f7affd17f36dc9cb48cc7946713'/>
<id>0f8afe80c6582f7affd17f36dc9cb48cc7946713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snmp: Prepare for release</title>
<updated>2016-01-25T10:40:25+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-01-21T10:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6347b50048d721688bd0f7da2460a4d8f82275be'/>
<id>6347b50048d721688bd0f7da2460a4d8f82275be</id>
<content type='text'>
As long as it is not prioritized to make an snmp_upgrade_SUITE it is
not worth trying to do anything but restart_application
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As long as it is not prioritized to make an snmp_upgrade_SUITE it is
not worth trying to do anything but restart_application
</pre>
</div>
</content>
</entry>
<entry>
<title>Snmp agent vacmViewTreeFamily with non 'null' mask bugfix</title>
<updated>2016-01-21T10:41:42+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-01-12T09:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=290dffee0f7af744c86d69234fb2d8ed1c4b8a6b'/>
<id>290dffee0f7af744c86d69234fb2d8ed1c4b8a6b</id>
<content type='text'>
Adresses problems desciribed in
http://erlang.org/pipermail/erlang-bugs/2015-April/004891.html
http://erlang.org/pipermail/erlang-patches/2015-April/004766.html

The original patch also suggested the following fix.
However we need more information to be able to understand if
this is correct or not, and it does not have priority at the moment
for us to investigate.

@@ -816,7 +816,7 @@ next_node(D, {tree, Tree, {table_entry, _MibName}},
 	"~n   RevOidSoFar: ~p"
 	"~n   MibView:     ~p", [size(Tree), Oid, RevOidSoFar, MibView]),
     OidSoFar = lists:reverse(RevOidSoFar),
-    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar, MibView) of
+    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar ++ Oid, MibView) of
 	true -&gt;
 	    ?vdebug("next_node(tree,table_entry) -&gt; not in mib view",[]),
 	    false;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adresses problems desciribed in
http://erlang.org/pipermail/erlang-bugs/2015-April/004891.html
http://erlang.org/pipermail/erlang-patches/2015-April/004766.html

The original patch also suggested the following fix.
However we need more information to be able to understand if
this is correct or not, and it does not have priority at the moment
for us to investigate.

@@ -816,7 +816,7 @@ next_node(D, {tree, Tree, {table_entry, _MibName}},
 	"~n   RevOidSoFar: ~p"
 	"~n   MibView:     ~p", [size(Tree), Oid, RevOidSoFar, MibView]),
     OidSoFar = lists:reverse(RevOidSoFar),
-    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar, MibView) of
+    case snmpa_acm:is_definitely_not_in_mib_view(OidSoFar ++ Oid, MibView) of
 	true -&gt;
 	    ?vdebug("next_node(tree,table_entry) -&gt; not in mib view",[]),
 	    false;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2015-12-15T08:45:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-12-15T08:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f4a0ae1736216feac5ae053610644bba2e12ed34'/>
<id>f4a0ae1736216feac5ae053610644bba2e12ed34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2015-12-15T08:43:08+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-12-15T08:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4586435cd4ca0d3ad3aedd60f462aed8da589460'/>
<id>4586435cd4ca0d3ad3aedd60f462aed8da589460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correct the snmp app up file</title>
<updated>2015-12-11T11:19:01+00:00</updated>
<author>
<name>Zandra</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-12-11T11:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=75274f8ccca62b36aebf32040c432de221887867'/>
<id>75274f8ccca62b36aebf32040c432de221887867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[snmp] Correct documentation</title>
<updated>2015-11-17T14:53:20+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-10-13T12:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7e6fc9adad9ceeda10b10f7b140702f097e5e6e4'/>
<id>7e6fc9adad9ceeda10b10f7b140702f097e5e6e4</id>
<content type='text'>
Fix mistakes found by 'xmllint'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix mistakes found by 'xmllint'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zandra/snmp-appup' into maint</title>
<updated>2015-11-13T11:05:45+00:00</updated>
<author>
<name>Zandra</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-11-13T11:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8a09a732de07b41683714345992dbb9611f29dd7'/>
<id>8a09a732de07b41683714345992dbb9611f29dd7</id>
<content type='text'>
* zandra/snmp-appup:
  add a soft upgrade instruction to the snmp appup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* zandra/snmp-appup:
  add a soft upgrade instruction to the snmp appup
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'zhird/johnheizenberg/snmp_config_check_imask_bugfix' into maint</title>
<updated>2015-11-13T11:03:51+00:00</updated>
<author>
<name>Zandra</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-11-13T11:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e4e7bdfbd86e22450b747d95fd635155df5e40af'/>
<id>e4e7bdfbd86e22450b747d95fd635155df5e40af</id>
<content type='text'>
* zhird/johnheizenberg/snmp_config_check_imask_bugfix:
  fix snmp_conf check imask bug

OTP-13101
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* zhird/johnheizenberg/snmp_config_check_imask_bugfix:
  fix snmp_conf check imask bug

OTP-13101
</pre>
</div>
</content>
</entry>
<entry>
<title>add a soft upgrade instruction to the snmp appup</title>
<updated>2015-11-06T10:37:58+00:00</updated>
<author>
<name>Zandra</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-09-09T12:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e89a2c4c760a4c92f76fbde6d48ab0d7d08e7ee4'/>
<id>e89a2c4c760a4c92f76fbde6d48ab0d7d08e7ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
