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

nlri not found error

    XMLWordPrintable

Details

    • Bug
    • Status: Open
    • Medium
    • Resolution: Unresolved
    • Magnesium SR3
    • None
    • None
    • None

    Description

      when parser bgp update packet, if nlri not found,you will find this error。may be “buffer.readSlice(length)” needed here。

      bgp/extensions/linkstate/src/main/java/org/opendaylight/protocol/bgp/linkstate/spi/pojo/SimpleNlriTypeRegistry.java

      final NlriTypeCaseParser parser = this.nlriRegistry.getParser(type);
      if (parser == null) {
      LOG.warn("Linkstate NLRI parser for Type: {} was not found.", type);
      buffer.readSlice(length);
      return null;
      }
      return parser.parseTypeNlri(buffer.readSlice(length));

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            wangqianqq wang qian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: