summaryrefslogtreecommitdiff
path: root/ovn/ovn-nb.xml
diff options
context:
space:
mode:
authorMaciej Józefczyk <mjozefcz@redhat.com>2019-06-07 14:14:28 +0200
committerBen Pfaff <blp@ovn.org>2019-06-07 10:18:08 -0700
commitcbf4954520e9be194b6e9af95ae574b6ec58989c (patch)
tree07d98a8e5295bf3ee9714f59c55becb7fb357f0b /ovn/ovn-nb.xml
parentdbd4831028ab3ed5bf866a754c3a9ea3725c4d6c (diff)
downloadopenvswitch-cbf4954520e9be194b6e9af95ae574b6ec58989c.tar.gz
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>
Diffstat (limited to 'ovn/ovn-nb.xml')
-rw-r--r--ovn/ovn-nb.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
index cbaa9495f..318379c1f 100644
--- a/ovn/ovn-nb.xml
+++ b/ovn/ovn-nb.xml
@@ -2355,6 +2355,14 @@
that matches with this requirement is option 66 (tftp_server).
</p>
</column>
+
+ <column name="options" key="domain_name">
+ <p>
+ The DHCPv4 option code for this option is 15. This option
+ specifies the domain name that client should use when
+ resolving hostnames via the Domain Name System.
+ </p>
+ </column>
</group>
</group>