FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Start / stop sending router solicitation. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | irt |
u32 | mrt |
u32 | mrc |
u32 | mrd |
vl_api_interface_index_t | sw_if_index |
bool | stop |
Start / stop sending router solicitation.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
irt | - initial retransmission time |
mrt | - maximum retransmission time |
mrc | - maximum retransmission count |
mrd | - maximum retransmission duration |
sw_if_index | - software interface index of interface for sending router solicitation |
stop | - if non-zero then stop sending router solicitation, otherwise start sending router solicitation |
Definition at line 158 of file ip6_nd.api.
u32 vl_api_ip6nd_send_router_solicitation_t::client_index |
Definition at line 160 of file ip6_nd.api.
u32 vl_api_ip6nd_send_router_solicitation_t::context |
Definition at line 161 of file ip6_nd.api.
u32 vl_api_ip6nd_send_router_solicitation_t::irt |
Definition at line 162 of file ip6_nd.api.
u32 vl_api_ip6nd_send_router_solicitation_t::mrc |
Definition at line 164 of file ip6_nd.api.
u32 vl_api_ip6nd_send_router_solicitation_t::mrd |
Definition at line 165 of file ip6_nd.api.
u32 vl_api_ip6nd_send_router_solicitation_t::mrt |
Definition at line 163 of file ip6_nd.api.
bool vl_api_ip6nd_send_router_solicitation_t::stop |
Definition at line 167 of file ip6_nd.api.
vl_api_interface_index_t vl_api_ip6nd_send_router_solicitation_t::sw_if_index |
Definition at line 166 of file ip6_nd.api.