![]() |
FD.io VPP
v20.05-21-gb1500e9ff
Vector Packet Processing
|
IPv6 ND proxy config. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_interface_index_t | sw_if_index |
| bool | is_add |
| vl_api_ip6_address_t | ip |
IPv6 ND proxy config.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| sw_if_index | - The interface the host is on |
| ip | - The address of the host for which to proxy for |
| is_add | - Adding or deleting |
Definition at line 116 of file ip6_nd.api.
| u32 vl_api_ip6nd_proxy_add_del_t::client_index |
Definition at line 118 of file ip6_nd.api.
| u32 vl_api_ip6nd_proxy_add_del_t::context |
Definition at line 119 of file ip6_nd.api.
| vl_api_ip6_address_t vl_api_ip6nd_proxy_add_del_t::ip |
Definition at line 122 of file ip6_nd.api.
| bool vl_api_ip6nd_proxy_add_del_t::is_add |
Definition at line 121 of file ip6_nd.api.
| vl_api_interface_index_t vl_api_ip6nd_proxy_add_del_t::sw_if_index |
Definition at line 120 of file ip6_nd.api.