diff options
author | Neale Ranns <nranns@cisco.com> | 2017-07-18 09:26:53 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-07-18 19:05:03 +0000 |
commit | 51822bf07a3f0fe72834ea94659faf6e262475ba (patch) | |
tree | 55acdc249df261a92d0ec09bb7c05a2d4fa7ca44 /src/vnet/dhcp/client.h | |
parent | a2fbf6ba0e2553687f56d9a9fb63e2972bdb26c6 (diff) |
DHCP client option 61 "client_id"
the existing seeting of client_id to a VPP version number was unused and so overridden
Change-Id: If9ebea936336f1fcca8d07e67186c95f8f8f0ccd
Signed-off-by: Neale Ranns <nranns@cisco.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 1f85d7ce772..509d5d4cc15 100644 --- a/src/vnet/dhcp/client.h +++ b/src/vnet/dhcp/client.h @@ -113,6 +113,7 @@ int dhcp_client_for_us (u32 bi0, int dhcp_client_config (vlib_main_t * vm, u32 sw_if_index, u8 * hostname, + u8 * client_id, u32 is_add, u32 client_index, void *event_callback, |