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

VAT dies when lisp_eid_table_dump API is executed in 20.05

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 20.05
    • None
    • CLI
    • None

      Looks like VAT does not like the lisp_eid_table_dump API call in 20.05. It dies when I have some LISP config in VPP and then execute lisp_eid_table_dump API. Here's how to reproduce it:

       

      1. Run the attached API trace file (lisp_eid_table_dump.api) to re-create the LISP config in VPP

      2. Execute lisp_eid_table_dump API from VAT

       

      vat# lisp_eid_table_dump
      EID type ls_index ttl authoritative key_id key
      root@gtw01:~#

       

      root@gtw01:~# strace -v -p 25265
      strace: Process 25265 attached
      read(0, "lisp_eid_table_dump\n", 1024) = 20
      fstat(1,

      {st_dev=makedev(0, 22), st_ino=4, st_mode=S_IFCHR|0620, st_nlink=1, st_uid=1000, st_gid=5, st_blksize=1024, st_blocks=0, st_rdev=makedev(136, 1), st_atime=1590685091 0 write(1, "EID "..., 156) = 156 clock_gettime(CLOCK_REALTIME, \{tv_sec=1590685091, tv_nsec=354486464}

      ) = 0
      +++ exited with 1 +++
      root@gtw01:~#

       

            Unassigned Unassigned
            ot Onong Tayeng
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: