diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-06 02:48:19 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-01-13 17:13:54 +0000 |
commit | fec52edb3c64ca4c725669ce432120a605a86f6a (patch) | |
tree | bc7d1b787e6ecf0fec69a16ffe5f00b720544d17 /src/plugins/acl/acl.h | |
parent | 629e268aa171a8bc03fb93fc995725b78ae64063 (diff) |
acl: Remove unsued type
Type: style
and add some indent offs.
Change-Id: I31cf3ab9ff9b64d2cd1f2034dcedd4a9c453efb4
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/acl/acl.h')
-rw-r--r-- | src/plugins/acl/acl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/acl/acl.h b/src/plugins/acl/acl.h index 229ee057725..9b276aada5f 100644 --- a/src/plugins/acl/acl.h +++ b/src/plugins/acl/acl.h @@ -63,17 +63,6 @@ enum acl_timeout_e { ACL_N_TIMEOUTS }; - -enum address_e { IP4, IP6 }; -typedef struct -{ - enum address_e type; - union { - ip6_address_t ip6; - ip4_address_t ip4; - } addr; -} address_t; - typedef struct { u8 is_permit; |