FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
dhcp.api File Reference

Go to the source code of this file.

Data Structures

struct  vl_api_dhcp_proxy_config_t
 DHCP Proxy config add / del request. More...
 
struct  vl_api_dhcp_proxy_set_vss_t
 DHCP Proxy set / unset vss request. More...
 
struct  vl_api_dhcp_client_t
 DHCP Client config data. More...
 
struct  vl_api_dhcp_client_config_t
 DHCP Client config add / del request. More...
 
struct  vl_api_dhcp_lease_t
 Data learned by the client during the DHCP process. More...
 
struct  vl_api_dhcp_compl_event_t
 Tell client about a DHCP completion event. More...
 
struct  vl_api_dhcp_client_dump_t
 Dump the DHCP client configurations. More...
 
struct  vl_api_dhcp_client_details_t
 DHCP Client details returned from dump. More...
 
struct  vl_api_dhcp_proxy_dump_t
 Dump DHCP proxy table. More...
 
struct  vl_api_dhcp_server_t
 
struct  vl_api_dhcp_proxy_details_t
 Tell client about a DHCP completion event. More...
 
struct  vl_api_dhcp6_duid_ll_set_t
 Set DHCPv6 DUID-LL. More...
 
struct  vl_api_dhcp6_clients_enable_disable_t
 Enable/disable listening on DHCPv6 client port. More...
 
struct  vl_api_dhcp6_address_info_t
 Struct representing DHCPv6 address. More...
 
struct  vl_api_dhcp6_pd_prefix_info_t
 Struct representing DHCPv6 PD prefix. More...
 
struct  vl_api_dhcp6_send_client_message_t
 Send DHCPv6 client message of specified type. More...
 
struct  vl_api_dhcp6_pd_send_client_message_t
 Send DHCPv6 PD client message of specified type. More...
 
struct  vl_api_want_dhcp6_reply_events_t
 Register for DHCPv6 reply events. More...
 
struct  vl_api_want_dhcp6_pd_reply_events_t
 Register for DHCPv6 PD reply events. More...
 
struct  vl_api_dhcp6_reply_event_t
 Tell client about a DHCPv6 server reply event. More...
 
struct  vl_api_dhcp6_pd_reply_event_t
 Tell client about a DHCPv6 PD server reply event. More...
 

Variables

option version = "2.0.1"
 
 service
 

Variable Documentation

service
Initial value:
{
rpc dhcp_client_config returns dhcp_client_config_reply events dhcp_compl_event
int dhcp_client_config(u32 is_add, u32 client_index, vlib_main_t *vm, u32 sw_if_index, u8 *hostname, u8 *client_id, dhcp_event_cb_t event_callback, u8 set_broadcast_flag, u32 pid)
Add/Delete DHCP clients.
Definition: client.c:976

Definition at line 132 of file dhcp.api.

option version = "2.0.1"

Definition at line 16 of file dhcp.api.