From 58963226f4b1215f820e1eafd683f2e74d4c2378 Mon Sep 17 00:00:00 2001 From: John Jason Brzozowski Date: Wed, 17 Apr 2013 16:38:27 -0700 Subject: [PATCH] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6. Fixes bug 1170160. Change-Id: Ic5a4c0cc0ed016d83bde311a38924aa98bb45e11 --- quantum/agent/linux/dhcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/agent/linux/dhcp.py b/quantum/agent/linux/dhcp.py index b154fd258..dd397bcb8 100644 --- a/quantum/agent/linux/dhcp.py +++ b/quantum/agent/linux/dhcp.py @@ -58,7 +58,7 @@ UDP = 'udp' TCP = 'tcp' DNS_PORT = 53 DHCPV4_PORT = 67 -DHCPV6_PORT = 467 +DHCPV6_PORT = 547 METADATA_DEFAULT_IP = '169.254.169.254' -- 2.45.2