pg: A Tunnel mode variant of a pg interface 64/32564/5
authorNeale Ranns <neale@graphiant.com>
Thu, 3 Jun 2021 14:43:21 +0000 (14:43 +0000)
committerOle Tr�an <otroan@employees.org>
Mon, 14 Jun 2021 13:12:34 +0000 (13:12 +0000)
commit6197cb730e1571ca69859489c0ae7ea90a5c5fd4
tree769f178533896318ed98c0014987169d24db94db
parent52c33d60bc63626d400067e38ab0af312fdb8594
pg: A Tunnel mode variant of a pg interface

Type: feature

this allows VPP to simulate linux tun devices.

Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: I3adf38b49a254804370f78edd5d275d192fd00a6
src/vnet/pg/cli.c
src/vnet/pg/pg.api
src/vnet/pg/pg.h
src/vnet/pg/pg_api.c
src/vnet/pg/stream.c
test/framework.py
test/test_pg.py [new file with mode: 0644]
test/vpp_pg_interface.py