You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by liubei1 <gi...@git.apache.org> on 2017/11/22 09:33:04 UTC

[GitHub] camel pull request #2107: Release/2.20.0 camel snmp snmpVersion3

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 <gr...@zurowski.org>
Date:   2017-10-07T16:51:27Z

    [maven-release-plugin] prepare release camel-2.20.0

commit dcee90cff019e9d73ef2a48cd36e0ff92c035fdf
Author: Gregor Zurowski <gr...@zurowski.org>
Date:   2017-10-07T16:52:20Z

    [maven-release-plugin] prepare for next development iteration

----


---

[GitHub] camel pull request #2107: Release/2.20.0 camel snmp snmpVersion3

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

    https://github.com/apache/camel/pull/2107


---