examples/pipeline: add VXLAN encapsulation example
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 1 Oct 2020 10:20:09 +0000 (11:20 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 1 Oct 2020 17:04:42 +0000 (19:04 +0200)
commitfde7a772701ab150d08aa17e6de6803df298d083
tree1e8ef8fb6fc8413b26233d984585149f4b04bb7a
parent43821022a4c1a35010e9f70a82e1fe0e12f6949f
examples/pipeline: add VXLAN encapsulation example

Add VXLAN encapsulation example to the SWX pipeline application. The
VXLAN tunnels can be generated with the vxlan_table.py script. Example
command line: ./build/pipeline -l0-1 -- -s ./examples/vxlan.cli

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/pipeline/examples/vxlan.cli [new file with mode: 0644]
examples/pipeline/examples/vxlan.spec [new file with mode: 0644]
examples/pipeline/examples/vxlan_pcap.cli [new file with mode: 0644]
examples/pipeline/examples/vxlan_table.py [new file with mode: 0644]
examples/pipeline/examples/vxlan_table.txt [new file with mode: 0644]