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

Fix classify table delete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 17.04
    • 16.06, 16.09
    • None

      The classify_add_del_table message (CLI also)
      deletes whole table chain (it is not documented in the vpe.api file).

      That can cause produce inconsistent state if classify tables form a tree:

      classify table mask l3 ip4 src
      classify table mask l3 ip4 dst next-table 0
      classify table mask l2 dst next-table 0
      classify table del table 1

      Possible fix:
      Add parameter to classify_add_del_table to allow single table delete or another binary api message.

            jsloboda Juraj Sloboda
            mgradzki Marek Gradzki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: