summaryrefslogtreecommitdiff
path: root/tests/test-ovn.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-ovn.c')
-rw-r--r--tests/test-ovn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-ovn.c b/tests/test-ovn.c
index d4a5d599e..5e6d1c3b4 100644
--- a/tests/test-ovn.c
+++ b/tests/test-ovn.c
@@ -182,6 +182,7 @@ create_gen_opts(struct hmap *dhcp_opts, struct hmap *dhcpv6_opts,
dhcp_opt_add(dhcp_opts, "tcp_ttl", 37, "uint8");
dhcp_opt_add(dhcp_opts, "mtu", 26, "uint16");
dhcp_opt_add(dhcp_opts, "lease_time", 51, "uint32");
+ dhcp_opt_add(dhcp_opts, "wpad", 252, "str");
/* DHCPv6 options. */
hmap_init(dhcpv6_opts);