From 3b81a1e5f205482b8ea30edbfd39559c4368ac4d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 6 Sep 2018 09:50:26 -0700 Subject: L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes also some moving of l2 headers to reduce dependencies Change-Id: I7a700a411a91451ef13fd65f9c90de2432b793bb Signed-off-by: Neale Ranns --- src/vnet/classify/in_out_acl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/classify/in_out_acl.c') diff --git a/src/vnet/classify/in_out_acl.c b/src/vnet/classify/in_out_acl.c index 2d156ff4373..553c353b7ae 100644 --- a/src/vnet/classify/in_out_acl.c +++ b/src/vnet/classify/in_out_acl.c @@ -15,6 +15,8 @@ #include #include #include +#include +#include in_out_acl_main_t in_out_acl_main; -- cgit 1.2.3-korg