gbp: Add the next node lookup

Change-Id: Ia0f659b810f2c79b1a6c98ce566a86ce413c7448
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
This commit is contained in:
Mohsin Kazmi
2018-03-22 15:46:37 +01:00
committed by Neale Ranns
parent 4d023c8c93
commit 8ced6e1a53

View File

@ -631,6 +631,11 @@ gbp_inline (vlib_main_t * vm,
/*
* TODO tests against the ACL
*/
/*
* ACL tables are not available outside of ACL plugin
* until then bypass the ACL to next node
*/
vnet_feature_next (sw_if_index0, &next0, b0);
}
}
else