GitHub user liubei1 opened a pull request:
https://github.com/apache/camel/pull/2107
Release/2.20.0 camel snmp snmpVersion3
When I use snmp like this
`from("snmp:" + snmpListenAddress +
":162?protocol=udp&type=TRAP&snmpVersion=3")`
I can not receive snmpV3 notifications.But It can receive snmpV1
notification.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/camel release/2.20.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2107
----
commit aff4434eb839e9d690a0419230264b14a0ddeb22
Author: Gregor Zurowski <[email protected]>
Date: 2017-10-07T16:51:27Z
[maven-release-plugin] prepare release camel-2.20.0
commit dcee90cff019e9d73ef2a48cd36e0ff92c035fdf
Author: Gregor Zurowski <[email protected]>
Date: 2017-10-07T16:52:20Z
[maven-release-plugin] prepare for next development iteration
----
---