Comment 17 for bug 1492408

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/13980
Committed: http://github.org/Juniper/contrail-vrouter/commit/161ce8309dc9aac03ef27bd01b8d137fb3b71035
Submitter: Zuul
Branch: master

commit 161ce8309dc9aac03ef27bd01b8d137fb3b71035
Author: Divakar <email address hidden>
Date: Wed Sep 9 14:16:09 2015 +0530

Increasing link local port range

As of now Vrouter uses link local port range from 32768 till 65535. This
port range is default port range in Linux for ephemeral ports. This
range can be modified using sysctl. If modified using sysctl to a
different range, Vrouter still uses the old range and this leads to
failure of link local service if port allocated by Agent is out side the
above default range.

As a fix, complete port range of 0 till 65535 is used

Change-Id: I72a708b288cc6cb36bf3097ab87c11aebe71ca59
closes-bug: #1492408