aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h
diff options
context:
space:
mode:
authorAngelo Mantellini <angelo.mantellini@cisco.com>2021-01-08 08:44:35 +0000
committerGerrit Code Review <gerrit@fd.io>2021-01-08 08:44:35 +0000
commitd80f1502caa07e77593f4e632a0028e450a6b0d8 (patch)
treef96e2981a795d10252132ce828abe3d58ae27f8b /ctrl/libhicnctrl/includes/hicn/ctrl/commands.h
parent52cc578d5341f35f9dc3197af4b72720f916a709 (diff)
parent2f46913d96f0a2b4107384c949d07f471f59df3e (diff)
Merge "[HICN-669] policy_t yet used in mac os 11"
Diffstat (limited to 'ctrl/libhicnctrl/includes/hicn/ctrl/commands.h')
-rw-r--r--ctrl/libhicnctrl/includes/hicn/ctrl/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h b/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h
index d8e5329b3..3758f0f41 100644
--- a/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h
+++ b/ctrl/libhicnctrl/includes/hicn/ctrl/commands.h
@@ -329,14 +329,14 @@ typedef struct {
ip_address_t address;
uint8_t addressType;
uint8_t len;
- policy_t policy;
+ hicn_policy_t policy;
} add_policy_command;
typedef struct {
ip_address_t address;
uint8_t addressType;
uint8_t len;
- policy_t policy;
+ hicn_policy_t policy;
} list_policies_command;
typedef struct {