summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-sbctl: Use environment var OVN_SB_DB to find the database by default.Ben Pfaff2015-10-072-5/+22
* ovn: Implement action to exchange two fields.Ben Pfaff2015-10-075-30/+98
* ovn: Implement action to copy one field into another.Ben Pfaff2015-10-072-79/+153
* physical: Preserve output port across multicast group output.Ben Pfaff2015-10-071-0/+4
* ovn-sb.xml: Reorganize Port_Binding documentation.Ben Pfaff2015-10-061-129/+137
* ovn-controller: Document database keys used by ovn-controller.Ben Pfaff2015-10-061-0/+40
* ovn-controller: Improve formatting of manpage.Ben Pfaff2015-10-061-57/+48
* ovn-nbctl: Split parent and tag in "show" output.Russell Bryant2015-10-051-3/+5
* automake: Consolidate schema checksum check.Gurucharan Shetty2015-10-021-18/+2
* ovn-ctl: Ability to upgrade databases.Gurucharan Shetty2015-10-021-20/+17
* ovn-ctl, ovs-ctl: Move common code to ovs-lib.Gurucharan Shetty2015-10-021-6/+0
* ovn: Add schema versions and checksum to schema files.Gurucharan Shetty2015-10-024-0/+33
* ovn-nbctl: Avoid minor code duplication.Ben Pfaff2015-10-021-1/+1
* ovn-nbctl: Minor fix for manpage.Ben Pfaff2015-10-021-1/+0
* ovn: Add VLAN support for localnet ports.Russell Bryant2015-10-023-44/+107
* ovn-ctl: Remove non-existant function call.Gurucharan Shetty2015-10-021-3/+0
* ovn: Change the valid tag values.Gurucharan Shetty2015-10-023-3/+3
* ovn-ctl: Fix a function call.Gurucharan Shetty2015-10-011-1/+1
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-303-3/+3
* ovn-controller: Fix container flows in table 33.Gurucharan Shetty2015-09-291-1/+3
* ovn-controller: Fix a case wherein tag can be zero.Gurucharan Shetty2015-09-291-1/+4
* ovn-controller: Change the name of a variable.Gurucharan Shetty2015-09-291-6/+6
* ovn: Update TODO with some notes on security.Russell Bryant2015-09-171-1/+37
* ovn-nbctl: Enable database commands using db-ctl-base infrastructure.Ben Pfaff2015-09-152-441/+606
* ovn-controller-vtep: Update related documentation.Alex Wang2015-09-154-75/+260
* ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.Alex Wang2015-09-151-34/+282
* ovn-controller-vtep: Add vtep module.Alex Wang2015-09-156-3/+201
* ovn-nbctl: Give handler functions more specific names.Ben Pfaff2015-09-141-54/+54
* ovn-nbctl: Fix typo and add minor clarification in documentation.Ben Pfaff2015-09-141-1/+1
* ovn-sbctl: Improve usage message.Ben Pfaff2015-09-141-4/+6
* ovn-sbctl: Support SSL for connecting to southbound database.Ben Pfaff2015-09-141-0/+3
* ovn-sbctl: Indentation fixes.Ben Pfaff2015-09-141-4/+3
* Fix typos in comments.Ben Pfaff2015-09-141-1/+1
* expr: Properly handle several cases involving string variables.Ben Pfaff2015-09-111-17/+143
* expr: Fix crossproduct example.Justin Pettit2015-09-111-3/+3
* ovn-northd: Document logical flow table structure.Ben Pfaff2015-09-112-0/+109
* ovn-northd: Minor logical flow table optimizations.Ben Pfaff2015-09-111-7/+12
* ovn-northd: Don't deliver even broadcast packets to disabled logical ports.Ben Pfaff2015-09-111-8/+16
* ovn-nbctl: Add ACL commands.Justin Pettit2015-09-102-0/+260
* ovn-nb: Add direction and reduce max priority for ACLs.Justin Pettit2015-09-103-23/+80
* ovn-sbctl: Adjust width for priority in lflow-list.Russell Bryant2015-09-081-1/+1
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-083-26/+15
* ovn: Add "localnet" logical port type.Russell Bryant2015-09-084-30/+222
* ovn: Automatically create br-int in ovn-controller.Russell Bryant2015-09-083-14/+66
* ovn-nbctl: Sort output of most commands.Justin Pettit2015-09-041-7/+44
* ovn: Document supported predicates.Russell Bryant2015-09-041-0/+21
* ovn-sb: Describe the pipeline stages generated by ovn-northd.Justin Pettit2015-09-011-0/+43
* ovn-sb: Clarify ovn-northd's responsibilities.Justin Pettit2015-09-011-11/+12
* ovn-architecture: Fix capitalization of a title.Justin Pettit2015-09-011-1/+1
* ovn: Add bridge mappings to ovn-controller.Russell Bryant2015-09-012-4/+251