diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2017-11-10 06:53:54 -0800 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-11-10 21:10:46 +0000 |
commit | b8d4481a93f919291d4b682ef0ac8948a9f1be32 (patch) | |
tree | 3505693e8a697635773fc54c9c7f1cc2aafaf6a1 /src/vpp-api/vom/sub_interface_cmds.hpp | |
parent | e178399942c655d0fea162611527ea57192669c0 (diff) |
Break up vpe.api
- makes the VAPI generated file more consumable.
- VOM build times improve.
Change-Id: I838488930bd23a0d3818adfdffdbca3eead382df
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/sub_interface_cmds.hpp')
-rw-r--r-- | src/vpp-api/vom/sub_interface_cmds.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/sub_interface_cmds.hpp b/src/vpp-api/vom/sub_interface_cmds.hpp index 1447bf35cbe..a21323200bb 100644 --- a/src/vpp-api/vom/sub_interface_cmds.hpp +++ b/src/vpp-api/vom/sub_interface_cmds.hpp @@ -20,7 +20,7 @@ #include "vom/rpc_cmd.hpp" #include "vom/sub_interface.hpp" -#include <vapi/vpe.api.vapi.hpp> +#include <vapi/interface.api.vapi.hpp> namespace VOM { namespace sub_interface_cmds { |