~ubuntu-branches/ubuntu/wily/openvswitch/wily

« back to all changes in this revision

Viewing changes to lib/jsonrpc.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-08-10 11:35:15 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20150810113515-575vj06oq29emxsn
Tags: 2.4.0~git20150810.97bab95-0ubuntu1
* New upstream snapshot from 2.4 branch:
  - d/*: Align any relevant packaging changes with upstream.
* d/*: wrap-and-sort.
* d/openvswitch-{common,vswitch}.install: Correct install location for
  bash completion files.
* d/tests/openflow.py: Explicitly use ovs-testcontroller as provided
  by 2.4.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
/* Default port numbers.
36
36
 *
37
37
 * OVSDB_OLD_PORT defines the original port number used by OVS.
38
 
 * OVSDB_PORT defines the official port number assigned by IANA.  By
39
 
 * default, we still uses OVSDB_OLD_PORT, but we present a warning that
40
 
 * that will change. */
 
38
 * OVSDB_PORT defines the official port number assigned by IANA. */
41
39
#define OVSDB_OLD_PORT 6632
42
40
#define OVSDB_PORT 6640
43
41