Uploaded image for project: 'netvirt'
  1. netvirt
  2. NETVIRT-1199

Wrong VRF-ID is populated for extra route VPN Interface Adjacency

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Low Low
    • Fluorine
    • None
    • General

      Wrong "vrf-id" is populated for extra route VPN Interface Adjacency. Currently It is populated with DPN-ID as vrf-id which is wrong.

      CSIT Recent Log Ref Link:

      https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/193/robot-plugin/log_full.html.gz

      https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/193/robot-plugin/log_full.html.gz#s1-s8-t10-k21-k2-k1-k2-k52-k3

      Example Output:
      https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/193/robot-plugin/log_full.html.gz#s1-s8-t10-k21-k2-k1-k2-k52

      restconf/operational/odl-l3vpn:vpn-interface-op-data

      {
      "adjacency": [

      { "adjacency_type": "extra-route", "ip_address": "2001:db9:cafe:d::/64", "label": 100385, "next-hop-ip-list": [ "2001:db8:0:2:f816:3eff:fe97:5d18" ], "phys-network-func": false, * "vrf-id": "185774449107796" (Wrong Value)* }

      ,

      { "adjacency_type": "primary-adjacency", "ip_address": "2001:db8:0:2:f816:3eff:fe97:5d18/128", "label": 100381, "mac_address": "fa:16:3e:97:5d:18", "next-hop-ip-list": [ "10.30.170.63" ], "phys-network-func": false, "subnet_id": "f7ff7a68-086c-4057-ba24-ca55210e7c87", * "vrf-id": "694f61f1-75ac-4236-9ca8-b0696d9352ad" (Correct Value)* }

      ,

      Steps to reproduce the issue:
      Please refer the below CSIT ref link TC ( Add Multiple Extra Routes And Check Datapath Before L3VPN Creation)
      https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/193/robot-plugin/log_full.html.gz#s1-s8-t10

            nithithomas nithi thomas
            Karthikeyan Karthikeyan Krishnan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: