diff options
author | jackiechen1985 <xiaobo.chen@tieto.com> | 2019-04-29 12:00:43 +0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-06 12:03:24 +0000 |
commit | 56bc738dc371f6d5384f5772087899bdac42fc17 (patch) | |
tree | cbd8e4a0fc449a795f73f9667139a021962e93ec /src/vnet/dhcp/client.h | |
parent | fa0c1f4dfc91726140d868d9077bfb3e25c1f1fe (diff) |
Fix VPP-1487 DHCP client does not support option 6-domain server
Change-Id: I36ad1ef2a53af3d3f3a6348bc189b17e9e4e21bd
Signed-off-by: jackiechen1985 <xiaobo.chen@tieto.com>
Diffstat (limited to 'src/vnet/dhcp/client.h')
-rw-r--r-- | src/vnet/dhcp/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dhcp/client.h b/src/vnet/dhcp/client.h index 72cbf66733f..2b5341d76ad 100644 --- a/src/vnet/dhcp/client.h +++ b/src/vnet/dhcp/client.h @@ -64,6 +64,7 @@ typedef struct dhcp_client_t_ ip4_address_t dhcp_server; u32 subnet_mask_width; /* option 1 */ ip4_address_t router_address; /* option 3 */ + ip4_address_t *domain_server_address; /* option 6 */ u32 lease_renewal_interval; /* option 51 */ u32 lease_lifetime; /* option 59 */ |