diff options
author | Neale Ranns <nranns@cisco.com> | 2019-07-25 06:11:58 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-07-26 09:32:56 +0000 |
commit | 99536f4b492478bab66ee8c6b0905a940b8db3c9 (patch) | |
tree | 8e8142c626629d140a577b7e53db6eeb054a74a4 /MAINTAINERS | |
parent | 1f5a6063c17e3d775773352e1fba725b09ad84ca (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 40d1383b2cd..01882c5a3d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -239,6 +239,12 @@ Y: src/vnet/ipip/FEATURE.yaml M: Ole Troan <otroan@employees.org> F: src/vnet/ipip/ +VNET DHCP +I: dhcp +M: Dave Barach <dave@barachs.net> +M: Neale Ranns <nranns@cisco.com> +F: src/vnet/dhcp/ + VNET TLS and TLS engine plugins I: tls M: Florin Coras <fcoras@cisco.com> |