]> git.proxmox.com Git - mirror_ovs.git/commit
ovn: Add support for DHCP option 15 - domain name
authorMaciej Józefczyk <mjozefcz@redhat.com>
Fri, 7 Jun 2019 12:14:28 +0000 (14:14 +0200)
committerBen Pfaff <blp@ovn.org>
Fri, 7 Jun 2019 17:18:08 +0000 (10:18 -0700)
commitcbf4954520e9be194b6e9af95ae574b6ec58989c
tree07d98a8e5295bf3ee9714f59c55becb7fb357f0b
parentdbd4831028ab3ed5bf866a754c3a9ea3725c4d6c
ovn: Add support for DHCP option 15 - domain name

For Openstack Internal DNS functionality we need
to provide support for domain_name option.
DHCP option 15 was previously used only in parser
tests and according to RFC it should be renamed to
domain_name [1].

This patch modifies its name in the tests from
'domain' to 'domain_name' and adds its support
to the code.

[1] https://tools.ietf.org/html/rfc2132#section-3.17

Signed-off-by: Maciej Józefczyk <mjozefcz@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ovn/lib/ovn-l7.h
ovn/northd/ovn-northd.c
ovn/ovn-nb.xml
tests/oss-fuzz/expr_parse_target.c
tests/ovn.at
tests/test-ovn.c