Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-123

wrong data type in ACL operational data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 16.09
    • None
    • None
    • None

      Value of "opaque_index" in ACL session operational data is returned as a string instead if integer.

      steps:
      1. create ACL table
      2. add ACL session to table:

      {"classify-session": [

      { "match": "00:00:00:00:00:00:01:02:03:04:05:06:00:00:00:00", "hit_next": "permit", "advance": 1, "opaque_index": 1 }]}

      3. Get classify session oper data:

      {"classify-session:[

      { "match":"00:00:00:00:00:00:01:02:03:04:05:06:00:00:00:00", "hit_next":"permit", "advance":1, *"opaque_index":"1"* }]}

            mgradzki Marek Gradzki
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: