summaryrefslogtreecommitdiff
path: root/lib/vconn-provider.h
Commit message (Expand)AuthorAgeFilesLines
* vconn: Move struct definitions back to provider interface.Ben Pfaff2015-01-201-1/+22
* vconn: Avoid using C++ keyword 'class' as variable name in headersAmit Bose2015-01-131-5/+5
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-26/+2
* Fix a typo in lib/vconn-provider.h.Rami Rosen2014-05-121-1/+1
* Remove stream, vconn, and rconn functions to get local/remote IPs/ports.Ben Pfaff2013-12-171-9/+0
* vconn: Mark class structures as const.Ben Pfaff2013-05-031-10/+10
* rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff2013-01-241-4/+9
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+3
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-041-8/+18
* openflow: Add enum ofp_versionSimon Horman2012-07-301-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-6/+2
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+12
* Convert stream and vconn interfaces to use ovs_be16, ovs_be32.Ben Pfaff2010-11-291-9/+9
* vconn: Convert vconn code to modern OVS structure.Ben Pfaff2010-01-061-0/+12
* vconn: Remove unused "reconnectable" member from vconn.Ben Pfaff2009-09-211-2/+1
* vconn: Fix detection of vconn local IP address, to fix in-band control.Ben Pfaff2009-07-131-1/+2
* Have rconn and vconn export information about IPs and portsJustin Pettit2009-07-081-2/+8
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+170