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

next-protocol value in vxlan_gpe_tunnel_dump

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • None
    • None
    • None
    • VPP version: "16.09-rc0~271-g5c5536b" from July 26th

      Values of next-protocol should be:
      1 - ipv4
      2 - ipv6
      3 - Ethernet
      4 - NSH
      5 - MPLS

      However, the values returned by "vxlan_gpe_tunnel_dump" are multiplied by 16777216

      create vxlan-gpe tunnel local 192.168.0.2 remote 192.168.1.2 vni 2 next-ip6

      vxlan_gpe_tunnel_dump
      {
      "sw_if_index":3,
      "local":"192.168.0.2",
      "remote":"192.168.1.2",
      "vni":2,
      "protocol":33554432,
      "encap_vrf_id":0,
      "decap_vrf_id":0,
      "is_ipv6":0
      }

            shesha Shesha Sreenivasamurthy
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: