diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/gbp/gbp.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 |