dhcp: send unicast and broadcast packets via the IP adjacency 51/20851/3
authorNeale Ranns <nranns@cisco.com>
Thu, 25 Jul 2019 13:11:58 +0000 (06:11 -0700)
committerDamjan Marion <dmarion@me.com>
Fri, 26 Jul 2019 09:32:56 +0000 (09:32 +0000)
commit99536f4b492478bab66ee8c6b0905a940b8db3c9
tree8e8142c626629d140a577b7e53db6eeb054a74a4
parent1f5a6063c17e3d775773352e1fba725b09ad84ca
dhcp: send unicast and broadcast packets via the IP adjacency

Type: feature

this means DHCP packets are subject to the IP features configured on the interface
- the unicast packets already were sent throught the adj
- added UT for DHCP client sending a unicast renewal

Change-Id: Id50db0b71822f44bf7cb639a524195cdc9873526
Signed-off-by: Neale Ranns <nranns@cisco.com>
MAINTAINERS
src/vlib/trace_funcs.h
src/vnet/dhcp/client.c
src/vnet/dhcp/client.h
src/vnet/dhcp/dhcp_api.c
test/test_dhcp.py