dhcp: multiple additions 49/5449/4
authorNeale Ranns <nranns@cisco.com>
Tue, 14 Feb 2017 15:28:41 +0000 (07:28 -0800)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 21 Feb 2017 22:25:48 +0000 (22:25 +0000)
commit20a175a18414c67e38b5ce0709b33fb1df8069c9
tree3c06d6c83f62ca84e78d28cefbd8e18c3e37005e
parent2e3677bb2085d4992f74156bdff8fe050ac9de24
dhcp: multiple additions

DHCP additions:
1) DHCPv4 will only relay a message back to the client, if the Option82 information is present. So make this the default.
2) It is no longer possible to select via the API to "insert circuit ID" - since this is now default
3) Remove the version 2 API since it's now the same as version 1.
4) Adding the VSS option is now conditional only on the presence of VSS config (not the 'insert' option in the set API)
5) DHCP proxy dump via API

Change-Id: Ia7271ba8c1d4dbf34a02c401d268ccfbb1b74f17
Signed-off-by: Neale Ranns <nranns@cisco.com>
15 files changed:
src/scripts/vnet/dhcp/proxy [new file with mode: 0644]
src/vat/api_format.c
src/vnet/dhcp/client.c
src/vnet/dhcp/client.h
src/vnet/dhcp/dhcp.api
src/vnet/dhcp/dhcp_api.c
src/vnet/dhcp/proxy.h
src/vnet/dhcp/proxy_error.def
src/vnet/dhcp/proxy_node.c
src/vnet/dhcpv6/proxy.h
src/vnet/dhcpv6/proxy_node.c
src/vnet/dpo/receive_dpo.c
src/vpp/api/custom_dump.c
test/test_dhcp.py
test/vpp_papi_provider.py