FD.io VPP
v21.01.1
Vector Packet Processing
|
This file defines vpp IP control-plane API messages which are generally called through a shared memory interface. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_sw_interface_ip6nd_ra_config_t |
IPv6 router advertisement config request. More... | |
struct | vl_api_sw_interface_ip6nd_ra_prefix_t |
IPv6 router advertisement prefix config request. More... | |
struct | vl_api_ip6nd_proxy_add_del_t |
IPv6 ND proxy config. More... | |
struct | vl_api_ip6nd_proxy_details_t |
IPv6 ND proxy details returned after request. More... | |
struct | vl_api_ip6nd_proxy_dump_t |
IPv6 ND proxy dump request. More... | |
struct | vl_api_ip6nd_send_router_solicitation_t |
Start / stop sending router solicitation. More... | |
struct | vl_api_want_ip6_ra_events_t |
Register for ip6 router advertisement events. More... | |
struct | vl_api_ip6_ra_event_t |
Tell client about a router advertisement event. More... | |
Variables | |
option | version = "1.0.0" |
import vnet ip ip_types | api |
service | |
typedef | ip6_ra_prefix_info |
Struct representing RA prefix info. More... | |
u8 | flags |
u32 | valid_time |
u32 | preferred_time |
This file defines vpp IP control-plane API messages which are generally called through a shared memory interface.
Definition in file ip6_nd.api.
import vnet interface_types api |
Definition at line 25 of file ip6_nd.api.
u8 flags |
Definition at line 198 of file ip6_nd.api.
typedef ip6_ra_prefix_info |
Struct representing RA prefix info.
prefix | - RA prefix info destination address |
flags | - RA prefix info flags |
valid_time | - RA prefix info valid time |
preferred_time | - RA prefix info preferred time |
Definition at line 196 of file ip6_nd.api.
u32 preferred_time |
Definition at line 200 of file ip6_nd.api.
service |
Definition at line 170 of file ip6_nd.api.
u32 valid_time |
Definition at line 199 of file ip6_nd.api.
option version = "1.0.0" |
Definition at line 23 of file ip6_nd.api.