Comment 11 for bug 1492408

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

Reviewed: https://review.opencontrail.org/13660
Committed: http://github.org/Juniper/contrail-vrouter/commit/5f1120924736d3a02f6dd24eae0be383451736eb
Submitter: Zuul
Branch: R2.20

commit 5f1120924736d3a02f6dd24eae0be383451736eb
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