summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovn-nbctl: Add NAT commands.nickcooper-zhangtonghao2016-11-212-0/+251
* ovn: OCF script for OVN OVSDB serversBabu Shanmugam2016-11-182-2/+359
* ovn: ovn-ctl support for HA ovn DB serversBabu Shanmugam2016-11-182-25/+191
* ovn-nbctl: Fix manpage formatting typo.nickcooper-zhangtonghao2016-11-181-1/+1
* ovn-ctl: Fix --ovn-controller-log.Russell Bryant2016-11-171-1/+1
* logical-fields: Add ct.dnat and ct.snat symbols.Gurucharan Shetty2016-11-152-2/+19
* ovn-sbctl: document logging and common options in man pageLance Richardson2016-11-141-0/+3
* ovn-trace: Note that no match means drop.Russell Bryant2016-11-111-1/+1
* ovn-trace: Print stage name even without match.Russell Bryant2016-11-101-1/+17
* ovn-nb: Document the syntax for an address set name.Ben Pfaff2016-11-101-1/+2
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-106-4/+10
* doc: Convert ovn/TODO to rSTStephen Finucane2016-11-043-214/+234
* doc: Convert OVS-GW-HA to rSTStephen Finucane2016-11-033-131/+182
* doc: Convert CONTAINERS.OpenStack to rSTStephen Finucane2016-11-033-123/+136
* doc: Convert DESIGN to rSTStephen Finucane2016-11-032-2/+2
* ovn: Add a case of policy based routing.Gurucharan Shetty2016-11-035-20/+91
* ovn-controller: Container can have connection to a hosting VM.Gurucharan Shetty2016-11-021-12/+15
* ovn: fix ovn-northd leak in build_aclsFlavio Fernandes2016-11-011-0/+1
* ovn-southbound: Implement read-only connection support.Lance Richardson2016-11-013-4/+284
* ovn/TODO: Remove completed IPAM item.Russell Bryant2016-10-251-5/+0
* doc: Convert IntegrationGuide to rSTStephen Finucane2016-10-203-6/+6
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-196-12/+0
* ovn: fix build on FreeBSDThadeu Lima de Souza Cascardo2016-10-191-0/+1
* lex: Treat formfeeds as white space.Ben Pfaff2016-10-111-1/+1
* ovn-northd: fix router ingress table ID in commentsZongkai LI2016-10-111-3/+3
* expr: Better simplify some special cases of expressions.Ben Pfaff2016-10-111-7/+34
* expr: Fix abort when simplifying "x != 0/0".Ben Pfaff2016-10-111-1/+10
* expr: Simplify "x == 0/0" into 1.Ben Pfaff2016-10-111-1/+14
* ovn-trace: Include source file and line number reference in output.Ben Pfaff2016-10-074-13/+48
* ovn-northd: Drop redundant matching constraints in build_stateful().Ben Pfaff2016-10-071-3/+3
* ovn-northd: support IPAM with externally specified MACLance Richardson2016-10-064-15/+75
* ovn-controller: honor ovs_idl_txn when calculating and installing flows.Ryan Moats2016-10-061-24/+21
* ovn-nbctl: Improve ovn-nbctl manpagenickcooper-zhangtonghao2016-10-051-8/+32
* ovn-nbctl: Fix memory leak in nbctl_lr_route_addnickcooper-zhangtonghao2016-10-051-0/+6
* ovn-nbctl: Check the length of MAC addressnickcooper-zhangtonghao2016-10-052-5/+8