diff options
author | Mohammed Hawari <mohammed@hawari.fr> | 2022-06-14 11:44:45 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2022-08-09 12:30:06 +0000 |
commit | 896b184b781a09ce5cefb94c471029c6a8d025aa (patch) | |
tree | 1479984b055a4f258b192a1c72047d1f621e78d7 | |
parent | 16052480c377127f9cb7facbab53f46e595b27cf (diff) |
vnet: install reass headers
Change-Id: I42a138628b06a412b8fce7fb4fc500caf9057169
Type: improvement
Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
-rw-r--r-- | src/vnet/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 3c9ae80162c..76d5c0647f1 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -470,6 +470,8 @@ list(APPEND VNET_HEADERS ip/protocols.def ip/punt_error.def ip/punt.h + ip/reass/ip4_sv_reass.h + ip/reass/ip6_sv_reass.h ) list(APPEND VNET_API_FILES |