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

Creating af_packetx via Command-line Argument should no longer be supported

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Open
    • Icon: Medium Medium
    • 17.04
    • 17.01
    • None
    • None

      A host interface (af_packet0) can currently be created using the Command-line Arguments as follows:

      cat /etc/vpp/startup.conf
      dpdk {
        vdev net_af_packet0,iface=vpp1
        vdev net_af_packet1,iface=vpp2
      }
      

      This is will create af_packet0 and af_packet1 interfaces in VPP. The preferred way to create host interfaces is to the CLI command: create host-interface This will create interfaces named host-<ifname>.

      Since there are two ways to create host interfaces with different naming conventions, the legacy way of creating host interfaces via the Command-line Arguments should be removed.

            BillyM Billy McFall
            BillyM Billy McFall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: