summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
...
* ovn: Update TODO, ovn-northd flow table design, ovn-architecture for L3.Ben Pfaff2015-10-163-8/+358
* ovn-sb: Document "ip.ttl--;" action.Ben Pfaff2015-10-161-6/+12
* ovn-controller: Support multiple encaps simultaneously.Justin Pettit2015-10-166-36/+112
* ovn-controller: Support VXLAN enapsulation.Justin Pettit2015-10-164-26/+97
* ovn-sbctl: Add multiple encaps with "chassis-add".Justin Pettit2015-10-162-16/+37
* ovn-controller.8: Correct reference to "ovn-encap-type".Justin Pettit2015-10-161-2/+3
* ovn: Add stateful ACL support.Justin Pettit2015-10-1616-88/+459
* ovn-controller: Un-inline get_chassis_by_name().Ben Pfaff2015-10-154-17/+20
* ovn-nbctl: Remove external-ids commands.Ben Pfaff2015-10-152-178/+0
* ovn: Change h1 titles to title case in documentation.Ben Pfaff2015-10-152-2/+2
* ovn: Implement logical action to decrement IPv4 TTL.Ben Pfaff2015-10-153-0/+23
* ovn: Extend logical "next" action to jump to arbitrary flow tables.Ben Pfaff2015-10-157-49/+134
* ovn-sbctl.8: Fix bridge modification references.Justin Pettit2015-10-141-4/+1
* expr: Document error handling for expr_annotate().Justin Pettit2015-10-131-1/+4
* ovn: Fix space/tab issues from man pages.Justin Pettit2015-10-133-23/+23
* 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