API: Packaging of JSON files.

Change-Id: If041b6faf1a091d4758b514f0a8cd800ee0e6a89
Signed-off-by: Ole Troan <ot@cisco.com>
Signed-off-by: Ole Troan <otroan@ot-vpp.cisco.com>
Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:
Ole Troan
2016-12-01 21:49:03 +01:00
committed by Ole Trøan
parent 7be864ad0d
commit f14e3bf7b2
19 changed files with 132 additions and 367 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
for i in $(find ${1}/vnet -name *.api.json -type f -print); do
echo ../${i} /usr/share/vpp/api/ >> ${2}
done