diff options
author | Neale Ranns <nranns@cisco.com> | 2017-11-02 07:39:24 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-11-07 16:54:47 +0000 |
commit | 3be13f0063103ed4547351df7a364b9952ec0602 (patch) | |
tree | cd8d0fd579b2a87b18e0a31ed226bf00108666ef | |
parent | de08cd6a1c9e16dc30abcb30c4b519afda626208 (diff) |
Add replicate DPO header to export list for VPPSBstable/1707
Change-Id: I0b437ac5fecc81c7762d9cad0f33e977fcf3aa27
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit 60c1c7c0397eaeb201f0fe300285bda4ae3ef707)
(cherry picked from commit 234301f3c7f4170e78500ce112aff7951f88cf45)
-rw-r--r-- | src/vnet.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet.am b/src/vnet.am index ebcf0a0a78c..82834922d5c 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -1015,6 +1015,7 @@ nobase_include_HEADERS += \ vnet/dpo/classify_dpo.h \ vnet/dpo/receive_dpo.h \ vnet/dpo/ip_null_dpo.h \ + vnet/dpo/replicate_dpo.h \ vnet/dpo/dpo.h ######################################## |