summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-northd: Support pinging logical router ports.Justin Pettit2015-11-092-7/+21
* ovn: Change printed stage names.Justin Pettit2015-11-092-21/+21
* ovn: Use "ip.ttl--" instead of "ip4.ttl--".Justin Pettit2015-11-093-10/+10
* ovn-sb: Fix "ip.ttl--" lower limit description.Justin Pettit2015-11-091-1/+2
* ovn-northd.8: Correct description of sending out inport.Justin Pettit2015-11-091-1/+1
* ovn-northd: Fix table ID in a comment.Russell Bryant2015-11-031-3/+3
* ovn: Remove duplicate versions from schemas.Russell Bryant2015-11-032-6/+8
* ovn: Fix check on existing encap row.Russell Bryant2015-11-031-1/+1
* ovn-nbctl: Fix memory leak in option processing.Justin Pettit2015-10-221-0/+1
* ovn-northd: Fix memory leak in ARP reply flows.Justin Pettit2015-10-221-0/+2
* ovn-northd: Fix memory leak in logical router flow generation.Justin Pettit2015-10-211-0/+1
* ovn: Reduce range of ACL priorities.Justin Pettit2015-10-194-12/+22
* ovn: Support multiple router ports per logical switch.Ben Pfaff2015-10-193-39/+47
* physical: Fix implementation of logical patch ports.Ben Pfaff2015-10-192-15/+44
* ovn: Implement the ability to send a packet back out its input port.Ben Pfaff2015-10-193-38/+17
* logical-fields: New header for logical field assignments.Ben Pfaff2015-10-195-26/+49
* ovn: Implement basic logical L3 routing.Ben Pfaff2015-10-164-132/+1000
* ovn-northd: Add stages for logical routers.Ben Pfaff2015-10-161-100/+136
* ovn-nb: Add "enabled" column to Logical_Router_Port.Ben Pfaff2015-10-162-1/+9
* ovn-nb: Change how router ports work.Ben Pfaff2015-10-163-44/+27
* ovn-nb.xml: Reorganize documentation for Logical_Port table.Ben Pfaff2015-10-161-180/+202
* ovn-nb: Add support for IP+MAC binding pairs in Port_Binding 'address'.Ben Pfaff2015-10-164-19/+58
* ovn-nb: Rename Port_Bindings 'macs' column to 'addresses'.Ben Pfaff2015-10-165-40/+42
* ovn-nb: Extend schema to support networks of routers.Ben Pfaff2015-10-163-20/+45
* ovn: Add new predicates for matching broadcast and multicast packets.Ben Pfaff2015-10-163-2/+9
* ovn: Implement logical patch ports.Ben Pfaff2015-10-166-38/+138
* ovn-controller: Rename "ovn-patch-port" to "ovn-localnet-port".Ben Pfaff2015-10-163-7/+9
* patch: Allow client to determine port names.Ben Pfaff2015-10-161-61/+56
* patch: Refactor to better support new kinds of patches.Ben Pfaff2015-10-161-37/+35
* patch: Bail out earlier if OVS IDL transactions cannot be executed.Ben Pfaff2015-10-161-4/+4
* ovn-controller: Factor patch port management into new "patch" module.Ben Pfaff2015-10-165-210/+270
* 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