diff options
author | Ole Troan <ot@cisco.com> | 2019-09-27 14:02:13 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-27 16:05:45 +0000 |
commit | fc7b77db7e651505aa8c3a9c5cff7191334f91bd (patch) | |
tree | 75c1df7973b864e6b0e34441fc6caa7b6723655b /src/plugins/ikev2/ikev2_msg_enum.h | |
parent | 087d6c6776bea5eb3ea987bae67fc50be30d0a8b (diff) |
ikev2: remove api boilerplate
Type: refactor
Change-Id: Ib46ed3e65e75a97995a3e251d87324fec6595024
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/ikev2/ikev2_msg_enum.h')
-rw-r--r-- | src/plugins/ikev2/ikev2_msg_enum.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/plugins/ikev2/ikev2_msg_enum.h b/src/plugins/ikev2/ikev2_msg_enum.h deleted file mode 100644 index 63dbfafb8c0..00000000000 --- a/src/plugins/ikev2/ikev2_msg_enum.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2016 Cisco and/or its affiliates. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -#ifndef included_ikev2_msg_enum_h -#define included_ikev2_msg_enum_h - -#include <vppinfra/byte_order.h> - -#define vl_msg_id(n,h) n, -typedef enum { -#include <ikev2/ikev2.api.h> - /* We'll want to know how many messages IDs we need... */ - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif |