summaryrefslogtreecommitdiff
path: root/ovn/northd/ovn-northd.c
diff options
context:
space:
mode:
authorMark Michelson <mmichels@redhat.com>2018-08-20 16:14:00 -0400
committerBen Pfaff <blp@ovn.org>2018-08-21 11:06:21 -0700
commit6f016174429e55409fffa78c5ce0133cc6a535a1 (patch)
tree7329491c4a43629b49e2eb743c9f564f6a8b9a02 /ovn/northd/ovn-northd.c
parentaeada0eaecabb847bad2c4a2cc821c4bcb8b3dd8 (diff)
downloadopenvswitch-6f016174429e55409fffa78c5ce0133cc6a535a1.tar.gz
ovn: Add DHCP support for option 252.
This adds DHCP support for web proxy auto detection. Signed-off-by: Mark Michelson <mmichels@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Numan Siddique <nusiddiq@redhat.com>
Diffstat (limited to 'ovn/northd/ovn-northd.c')
-rw-r--r--ovn/northd/ovn-northd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index ba86bf559..a1cfd4bdf 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -7186,7 +7186,8 @@ static struct gen_opts_map supported_dhcp_opts[] = {
DHCP_OPT_MTU,
DHCP_OPT_LEASE_TIME,
DHCP_OPT_T1,
- DHCP_OPT_T2
+ DHCP_OPT_T2,
+ DHCP_OPT_WPAD,
};
static struct gen_opts_map supported_dhcpv6_opts[] = {