![]() |
FD.io VPP
v21.10.1-2-g0a485f517
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 172 of file ip6_nd.api.
| u32 vl_api_ip6nd_send_router_solicitation_t::client_index |
Definition at line 174 of file ip6_nd.api.
| u32 vl_api_ip6nd_send_router_solicitation_t::context |
Definition at line 175 of file ip6_nd.api.
| u32 vl_api_ip6nd_send_router_solicitation_t::irt |
Definition at line 176 of file ip6_nd.api.
| u32 vl_api_ip6nd_send_router_solicitation_t::mrc |
Definition at line 178 of file ip6_nd.api.
| u32 vl_api_ip6nd_send_router_solicitation_t::mrd |
Definition at line 179 of file ip6_nd.api.
| u32 vl_api_ip6nd_send_router_solicitation_t::mrt |
Definition at line 177 of file ip6_nd.api.
| bool vl_api_ip6nd_send_router_solicitation_t::stop |
Definition at line 181 of file ip6_nd.api.
| vl_api_interface_index_t vl_api_ip6nd_send_router_solicitation_t::sw_if_index |
Definition at line 180 of file ip6_nd.api.