Skip to content

Commit

Permalink
ovn: Add the documentation for the DHCP opt 'wpad' in proper section
Browse files Browse the repository at this point in the history
The commit "6f01617442" added the documenation for the DHCPv4 option
252 in the wrong section. This patch fixes it.

Fixes: 6f01617 ("ovn: Add DHCP support for option 252.")
Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
numansiddique authored and blp committed Sep 20, 2018
1 parent 586ebde commit 33f7f73
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions ovn/ovn-nb.xml
Expand Up @@ -1992,13 +1992,6 @@
</p>
</column>

<column name="options" key="wpad">
<p>
The DHCPv4 option code for this option is 252. This option is used
as part of web proxy auto discovery to provide a URL for a web
proxy.
</p>
</column>
</group>

<group title="Boolean DHCP Options">
Expand Down Expand Up @@ -2063,6 +2056,20 @@
for this option is 59.
</column>
</group>

<group title="String DHCP Options">
<p>
These options accept a string value.
</p>

<column name="options" key="wpad">
<p>
The DHCPv4 option code for this option is 252. This option is used
as part of web proxy auto discovery to provide a URL for a web
proxy.
</p>
</column>
</group>
</group>

<group title="DHCPv6 options">
Expand Down

0 comments on commit 33f7f73

Please sign in to comment.