FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
pipe create [instance <instance>].
Create a pipe interface.
vpp# pipe create-interface [mac <mac-addr>] [instance <instance>]
Example of how to create a pipe interface: vpp# pipe create
Declaration: pipe_create_interface_command (src/vnet/devices/pipe/pipe.c line 709)
Implementation: create_pipe_interfaces.
pipe delete <interface>.
Delete a pipe interface.
vpp# pipe delete intfc <interface>
Example of how to delete a pipe interface: vpp# pipe delete-interface intfc loop0
Declaration: pipe_delete_interface_command (src/vnet/devices/pipe/pipe.c line 789)
Implementation: delete_pipe_interfaces.