Fix skel files to use <vppinfra/*.h> instead of <clib/*.h> when
including vppinfra header files. Change-Id: I961c602e0ccd2048fac633b5aeebb8c3cd0899fb Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:

committed by
Gerrit Code Review

parent
ac26da5b53
commit
526b5e8546
@ -11,14 +11,13 @@ nil
|
||||
#include <vlib/vlib.h>
|
||||
#include <vnet/vnet.h>
|
||||
#include <vnet/pg/pg.h>
|
||||
#include <clib/error.h>
|
||||
|
||||
#include <vnet/ip/ip.h>
|
||||
#include <vnet/ethernet/ethernet.h>
|
||||
|
||||
#include <clib/hash.h>
|
||||
#include <clib/error.h>
|
||||
#include <clib/elog.h>
|
||||
#include <vppinfra/hash.h>
|
||||
#include <vppinfra/error.h>
|
||||
#include <vppinfra/elog.h>
|
||||
|
||||
typedef struct {
|
||||
/* convenience */
|
||||
|
@ -10,7 +10,7 @@ nil
|
||||
'(setq nstages (skeleton-read "Number of pipeline stages: "))
|
||||
"
|
||||
#include <vlib/vlib.h>
|
||||
#include <clib/error.h>
|
||||
#include <vppinfra/error.h>
|
||||
|
||||
/*
|
||||
* Dump these counters via the \"show error\" CLI command
|
||||
|
@ -10,8 +10,8 @@ nil
|
||||
'(setq encap-stack (replace-regexp-in-string "_" "-" encap_stack))
|
||||
'(setq ENCAP-STACK (upcase encap-stack))
|
||||
"
|
||||
#include <clib/error.h>
|
||||
#include <clib/hash.h>
|
||||
#include <vppinfra/error.h>
|
||||
#include <vppinfra/hash.h>
|
||||
#include <vnet/vnet.h>
|
||||
#include <vnet/ip/ip.h>
|
||||
#include <vnet/ethernet/ethernet.h>
|
||||
|
@ -12,8 +12,8 @@ nil
|
||||
#ifndef included_vnet_" encap_stack "_h
|
||||
#define included_vnet_" encap_stack "_h
|
||||
|
||||
#include <clib/error.h>
|
||||
#include <clib/hash.h>
|
||||
#include <vppinfra/error.h>
|
||||
#include <vppinfra/hash.h>
|
||||
#include <vnet/vnet.h>
|
||||
#include <vnet/ip/ip.h>
|
||||
#include <vnet/l2/l2_input.h>
|
||||
|
Reference in New Issue
Block a user