Comment 2 for bug 1784691

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-vpp (master)

Reviewed: https://review.openstack.org/587574
Committed: https://git.openstack.org/cgit/openstack/networking-vpp/commit/?id=7387f161a83db29e2262016065605e8b6961de56
Submitter: Zuul
Branch: master

commit 7387f161a83db29e2262016065605e8b6961de56
Author: Onong Tayeng <email address hidden>
Date: Tue Jul 31 23:35:02 2018 +0530

    Create VRF table explicitly

    Prior to VPP 18.07, setting an interface's VRF table using
    sw_interface_set_table API has the side effect of creating the table
    if it did not exist. But it is no longer so in 18.07. The VRF table
    needs to be created explicitly otherwise ML2 agent dies.

    Change-Id: I051213d9b733d7959233328c60303739ab9c5aa3
    Closes-Bug: #1784691