aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@gmail.com>2018-07-30 15:48:32 -0500
committerDamjan Marion <dmarion@me.com>2018-09-12 10:08:50 +0000
commita742315b787db0b7d30b6048bb2a583fa2265f15 (patch)
tree72bc397573d92f889172cb32af72e787202b958a /Makefile
parent74836948844cd13b25c158b8b4f60b94de517fd9 (diff)
Fix create memif socket
create interface memif [id <id>] [socket-id <socket-id>] ... Can optionally take a socket-id. You create a socket-id with: create memif socket [id <id>] [filename <path>] Unfortunately, this doesn't work because "create memif" was deprecated. It results in: vpp# create memif socket id 0 filename /run/vpp/test.socket command deprecated. Please use 'create interface memif' instead. This fixes it by clipping out the create memif command entirely. Change-Id: If503758706bf758b6cb46e958200527a5856c600 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions