FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
dhcp_client_fwd_addresses_t_ Struct Reference

The set of addresses/mask that contribute forwarding info and are installed. More...

+ Collaboration diagram for dhcp_client_fwd_addresses_t_:

Data Fields

ip4_address_t leased_address
 the address assigned to this client and it's mask More...
 
u32 subnet_mask_width
 
ip4_address_t dhcp_server
 the address of the DHCP server handing out the address. More...
 
ip4_address_t router_address
 The address of this client's default gateway - may not be present. More...
 

Detailed Description

The set of addresses/mask that contribute forwarding info and are installed.

Definition at line 49 of file client.h.

Field Documentation

◆ dhcp_server

ip4_address_t dhcp_client_fwd_addresses_t_::dhcp_server

the address of the DHCP server handing out the address.

this is used to send any unicast messages

Definition at line 57 of file client.h.

◆ leased_address

ip4_address_t dhcp_client_fwd_addresses_t_::leased_address

the address assigned to this client and it's mask

Definition at line 52 of file client.h.

◆ router_address

ip4_address_t dhcp_client_fwd_addresses_t_::router_address

The address of this client's default gateway - may not be present.

Definition at line 60 of file client.h.

◆ subnet_mask_width

u32 dhcp_client_fwd_addresses_t_::subnet_mask_width

Definition at line 53 of file client.h.


The documentation for this struct was generated from the following file: