diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2018-03-22 15:46:37 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-03-22 18:35:13 +0000 |
commit | 8ced6e1a53d6a828debe7dc2396c7eb7d6866e4a (patch) | |
tree | ee93efdaf5eee62eeb9e4fa81ef1471673e82e7d /src | |
parent | 4d023c8c930b2a4220998d4c211d751e33324faa (diff) |
gbp: Add the next node lookup
Change-Id: Ia0f659b810f2c79b1a6c98ce566a86ce413c7448
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
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 |