X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgbp%2Fgbp.c;fp=src%2Fplugins%2Fgbp%2Fgbp.c;h=0b87d0b4d89527f9452d4e361c1ca597b85aca9c;hb=8ced6e1a53d6a828debe7dc2396c7eb7d6866e4a;hp=494970780e97160eaf508d84175191d662835e57;hpb=4d023c8c930b2a4220998d4c211d751e33324faa;p=vpp.git 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