From c3ed1c99134d063dff03c4babe0ebbf5cc0e8ab2 Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Mon, 27 Jul 2020 10:06:58 -0700 Subject: ip: add VNET_IP_TABLE_ADD_DEL_FUNCTION vrf table may be dynamically added or deleted. When the table is deleted, clients who use the corresponding vrf table may need a callback to do the clean up. The mechanism added here is cloned from VNET_SW_INTERFACE_ADD_DEL_FUNCTION. Type: improvement Signed-off-by: Steven Luong Change-Id: I08635c715cd7361a6c359b90890dd3545b0da94c --- src/vnet/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/CMakeLists.txt') diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index e4182186e60..7757301c73a 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -489,6 +489,7 @@ list(APPEND VNET_HEADERS ip/ip6_hop_by_hop_packet.h ip/ip6_packet.h ip/ip.h + ip/ip_table.h ip/ip_interface.h ip/ip_packet.h ip/ip_source_and_port_range_check.h -- cgit 1.2.3-korg