summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: Clear conntrack state inside clone action.Ben Pfaff2017-01-101-1/+2
* ovn-nbctl: Fix documentation for "ovn-nbctl acl-add".zhaojingjing2017-01-061-1/+1
* ovn-nbctl: Specify the range of the tag for "ovn-nbctl lsp-add" command.zhaojingjing2017-01-062-2/+5
* ofctrl: Fix warning from sparse.Ben Pfaff2017-01-051-1/+1
* ofctrl: Fix version check in ofctrl_inject_packet().Ben Pfaff2017-01-051-2/+2
* ovn-controller: Introduce "inject-pkt" ovs-appctl command.Justin Pettit2017-01-055-8/+181
* ovn-controller: Remove "_p" from pointer arguments in lflow.c.Justin Pettit2017-01-051-11/+11
* ovn-controller: Expose address sets to the main loop.Justin Pettit2017-01-053-32/+32
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-054-53/+57
* ovn-ctl: add support for SSL nb/sb db connectionsLance Richardson2017-01-052-22/+67
* ovn-sbctl: enable listing dhcp options tablesLance Richardson2017-01-041-0/+8
* ovn-trace: New --ovs option to also print OpenFlow flows.Ben Pfaff2016-12-282-4/+141
* ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.Ben Pfaff2016-12-287-54/+201
* table: correct documented default format in man pagesLance Richardson2016-12-222-2/+0
* ovn-trace: Fix small error condition memory leak in trace().Justin Pettit2016-12-211-1/+3
* ovn-northd: fix monitor process namingLance Richardson2016-12-211-0/+1
* ovn-sb: remote connection management in sb dbLance Richardson2016-12-214-11/+364
* ovn-nb: remote connection management in nb dbLance Richardson2016-12-214-5/+580
* ovn-controller: Fix duplicated flow add attempts in table 32.Han Zhou2016-12-211-24/+23
* ovn-controller: Log chassis claiming lport only when changes occur.Mickey Spiegel2016-12-201-10/+15
* ovn-controller: Fix conntrack zone in gateway routers.Guru Shetty2016-12-202-4/+7
* ovn-controller: Monitor only necessary southbound rows.Ben Pfaff2016-12-191-0/+69
* ovn-controller: Rename all_lports to local_lports.Ben Pfaff2016-12-192-15/+21
* ovn-controller: Drop most uses of OVS patch ports.Ben Pfaff2016-12-198-181/+150
* ovn-controller: Avoid code duplication getting chassis record.Ben Pfaff2016-12-195-32/+23
* pnysical: Factor code out of consider_port_binding().Ben Pfaff2016-12-191-93/+134
* ovn-controller: Handle only relevant ports and flows.Ben Pfaff2016-12-1910-203/+154
* lport: Add index for logical datapaths.Ben Pfaff2016-12-193-2/+97
* lport: Tolerate null pointers in destroy functions.Ben Pfaff2016-12-191-0/+8
* lport: Be a little more careful building lport index.Ben Pfaff2016-12-191-0/+12
* ovn-controller: Make indexes more broadly available.Ben Pfaff2016-12-191-7/+7
* ovn-controller: Don't enable IDL tracking.Ben Pfaff2016-12-191-8/+1
* ovn-northd: Sort options in put_dhcp(v6)_opts.Daniele Di Proietto2016-12-121-8/+17
* ovn: Encode dhcpv6 PACKET_IN userdata as big endian.Daniele Di Proietto2016-12-123-24/+28
* ovn-trace: Implement DHCP option support.Ben Pfaff2016-12-121-4/+59
* doc: Populate 'topics' sectionStephen Finucane2016-12-124-432/+4
* doc: Further populate the 'howto' sectionStephen Finucane2016-12-122-136/+0
* ovn-sbctl: Fix a few minor typesetting errors.Ben Pfaff2016-12-091-11/+11
* ovn-trace: Add output format options to usage message.Ben Pfaff2016-12-061-7/+12
* ovn: Fix the duplicate code: start) ovsdb_server_start; ;Guoshuai Li2016-12-061-1/+0
* ovn-controller(8): ovn-remote must be an ovsdb remote.Russell Bryant2016-12-052-11/+3
* ovn-controller: Remove unused members from local_datapath.Ben Pfaff2016-12-023-6/+0
* ovn-controller: 'lports' and 'mcgroups' need not be static.Ben Pfaff2016-12-021-2/+2
* physical: Remove obsolete comments.Ben Pfaff2016-12-011-6/+0
* ovn-controller: Remove obsolete concept of "stale" patched datapaths.Ben Pfaff2016-12-012-36/+0
* ovn-northd: Force SNAT for multiple gateway routers.Gurucharan Shetty2016-11-295-21/+251
* ovn-trace: Fix implementation of get_arp and get_nd logical actions.Ben Pfaff2016-11-281-3/+4
* ovn-trace: Fix daemon exit for bad datapaths or flows.Ben Pfaff2016-11-281-2/+2
* ovn: Add additional comments regarding arp responders.Darrell Ball2016-11-281-6/+61
* ovn: Fix arping from vtep-gw physical port.Ramu Ramamurthy2016-11-281-2/+4