Uploaded image for project: 'openflowjava'
  1. openflowjava
  2. OPNFLWJAVA-45

Failed to parse ipv6 address

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • unspecified
    • General
    • None
    • Operating System: All
      Platform: All

    • 2866

      AbstractOxmIpv6AddressSerializer
      List<String> parseIpv6Address(final List<String>){}

      This method fails to parse Ipv6 address where "::" are last two characters of ipv6 string. For example, when processing address "aaaa:bbbb:1111:2222::" the method will return [0,0,0,0,0,0,0, ]. Besides, the last string " " causes crashes later in caller's code.

            Unassigned Unassigned
            tcechval Tomas Cechvala
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: