aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/auto_sdl/plugin.c
blob: a401fc71db6b97b667314e56c414f9b47ac08f59 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: Apache-2.0
 * Copyright (c) 2024 Cisco Systems, Inc.
 */

#include <vnet/plugin/plugin.h>
#include <vpp/app/version.h>

VLIB_PLUGIN_REGISTER () = {
  .version = VPP_BUILD_VER,
  .description = "Auto SDL",
};