diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2019-11-17 09:53:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-11-17 09:53:22 +0000 |
commit | 2dcc25795fab0100ce33852f08d77a5fd90d8f14 (patch) | |
tree | f133b4e05dd4f67588d65d0521349f14f2d38220 /ctrl/facemgr/includes | |
parent | a2efba68e8fc25459ee524e31fc7228ee62d89ce (diff) | |
parent | 45bc09ae553e7ac5bf6cd7ab2e77e7f6d0877596 (diff) |
Merge "[HICN-395] Static face/route maintainance though face manager"
Diffstat (limited to 'ctrl/facemgr/includes')
-rw-r--r-- | ctrl/facemgr/includes/hicn/facemgr/facelet.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ctrl/facemgr/includes/hicn/facemgr/facelet.h b/ctrl/facemgr/includes/hicn/facemgr/facelet.h index f2e3a82b4..db76ccdb9 100644 --- a/ctrl/facemgr/includes/hicn/facemgr/facelet.h +++ b/ctrl/facemgr/includes/hicn/facemgr/facelet.h @@ -179,13 +179,6 @@ extern const char * facelet_attr_status_str_short[]; _(CREATE) \ _(UPDATE) \ _(DELETE) \ - _(SET_PARAMS) \ - _(SET_UP) \ - _(SET_DOWN) \ - _(SET_TAGS) \ - _(CLEAR_TAGS) \ - _(ADD_TAG) \ - _(REMOVE_TAG) \ _(N) #define MAXSZ_EVENT__ 10 |