Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-140

close() method of BGPSessionImpl should set the error subcode

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • Bugzilla Migration
    • Bugzilla Migration
    • BGP
    • None
    • Operating System: All
      Platform: All

    • 2115

    Description

      I got null pointer exception when the close() method of BGPSessionImpl was called.
      I find that the root cause is that the error subcode of BGPError.CEASE is not set.

      Please set the errorSubcode for BGPError.CEASE in the close() method.

      FYI:
      this.sendMessage(new NotifyBuilder().setErrorCode(BGPError.CEASE.getCode()).setErrorSubcode((short)0).build());

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            bin.b.pan@ericsson.com Bin Pan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: