diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-07-03 17:34:21 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-07-08 07:46:49 +0000 |
commit | 1d6d9f021c5a169dedca55b46451ab54728e3ee8 (patch) | |
tree | 6c8317499e028ff743e7fa33e3f2da1fcfcfcd90 /src/plugins/gbp/gbp.h | |
parent | 94bef09213c1e47d37f8342b746de767d9669739 (diff) |
gbp: refactor policy nodes
Refactor both policy and policy-dpo nodes so they share the same code
for contract & acl lookup and for tracing.
This should help to implement new policy schemes.
Type: refactor
Change-Id: If5704bda708838eb01516dd39473d9bf248cfdf6
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp.h')
-rw-r--r-- | src/plugins/gbp/gbp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gbp/gbp.h b/src/plugins/gbp/gbp.h index e194a9df82c..50039b3bdcf 100644 --- a/src/plugins/gbp/gbp.h +++ b/src/plugins/gbp/gbp.h @@ -36,7 +36,6 @@ #include <plugins/gbp/gbp_types.h> #include <plugins/gbp/gbp_endpoint.h> #include <plugins/gbp/gbp_endpoint_group.h> -#include <plugins/gbp/gbp_contract.h> #include <plugins/gbp/gbp_subnet.h> #include <plugins/gbp/gbp_recirc.h> |