Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-448

Fix LISP APIs using binary data

XMLWordPrintable

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

      Current idiom for using binary data in vpp's api is to define length variable and use it as a length specifier in array
      u32 length;
      u8 array[length]
      Some LISP apis are defined in the way they treat length as count of binary data structures.
      This is an issue in jvpp.

            ftehlar Filip Tehlar
            ftehlar Filip Tehlar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: