puppet-neutron/lib/puppet
Emilien Macchi bab3cbf0c8 Fix logic in validate_vxlan_udp_port
Fix the logic in validate_vxlan_udp_port.

According to RFC6056 [1]:
*  The Well-Known Ports, 0 through 1023.
*  The Registered Ports, 1024 through 49151
*  The Dynamic and/or Private Ports, 49152 through 65535

And RFC7348 [2]:
A well-known UDP port (4789) has been assigned by the IANA in the
Service Name and Transport Protocol Port Number Registry for VXLAN.

So this patch makes sure we either use 4789 or a dynamic port.

[1] http://tools.ietf.org/html/rfc6056
[2] https://tools.ietf.org/html/rfc7348

Change-Id: Id96e675f9cb58bb50ae29147c5b470224b15b4d2
2016-07-04 13:31:03 +00:00
..
parser/functions Fix logic in validate_vxlan_udp_port 2016-07-04 13:31:03 +00:00
provider Consolidate service_providers into neutron server 2016-05-24 21:05:36 -04:00
type Add hooks for external install & svc management 2016-06-09 09:55:27 -04:00