npt66: network prefix translation for ipv6
[vpp.git] / src / plugins / npt66 / npt66.api
1 // SPDX-License-Identifier: Apache-2.0
2 // Copyright(c) 2023 Cisco Systems, Inc.
3
4 option version = "0.0.1";
5
6 import "vnet/interface_types.api";
7 import "vnet/ip/ip_types.api";
8
9 autoendian autoreply define npt66_binding_add_del
10 {
11     u32 client_index;
12     u32 context;
13
14     bool is_add;
15     vl_api_interface_index_t sw_if_index;
16     vl_api_ip6_prefix_t internal;
17     vl_api_ip6_prefix_t external;
18 };