From: Mohsin Kazmi Date: Thu, 22 Mar 2018 14:46:37 +0000 (+0100) Subject: gbp: Add the next node lookup X-Git-Tag: v18.04-rc1~82 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8ced6e1a53d6a828debe7dc2396c7eb7d6866e4a;p=vpp.git gbp: Add the next node lookup Change-Id: Ia0f659b810f2c79b1a6c98ce566a86ce413c7448 Signed-off-by: Mohsin Kazmi --- diff --git a/src/plugins/gbp/gbp.c b/src/plugins/gbp/gbp.c index 494970780e9..0b87d0b4d89 100644 --- a/src/plugins/gbp/gbp.c +++ b/src/plugins/gbp/gbp.c @@ -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