From: John Jason Brzozowski Date: Wed, 17 Apr 2013 23:38:27 +0000 (-0700) Subject: Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=58963226f4b1215f820e1eafd683f2e74d4c2378;p=openstack-build%2Fneutron-build.git Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6. Fixes bug 1170160. Change-Id: Ic5a4c0cc0ed016d83bde311a38924aa98bb45e11 --- 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'