summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: Don't bind non-existent interfaces.Gurucharan Shetty2017-03-102-1/+3
* ovn: specify options:nat-addresses as "router"Mickey Spiegel2017-03-072-31/+125
* ovn pacemaker: Pass --db-(n/s)b-addr option when starting ovsdb-serversNuman Siddique2017-02-221-0/+11
* ovn-northd ipam: handle the static MAC updates by the userNuman Siddique2017-02-151-0/+37
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-135-9/+9
* ofctrl: Free contents of symbol table in ofctrl_destroy().Ben Pfaff2017-02-081-0/+1
* ovn: Add missing netdev_close in setup_qos.Russell Bryant2017-02-031-0/+2
* ovn-trace: Style improvements.Ben Pfaff2017-02-021-3/+9
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-011-4/+6
* ovn-controller: Configure interface QoS only if it would actually be used.Ben Pfaff2017-02-011-6/+35
* ovn-controller: Fix memory leak and bug in setup_qos().Ben Pfaff2017-02-011-2/+5
* ovn: fix slave node can not connect to the master node using SSL, for pacemakerGuoshuai Li2017-01-311-4/+56
* ovn-controller: Provide the option to set Encap.options:csumNuman Siddique2017-01-313-8/+23
* ovn-trace: Fix memory leaks.Ben Pfaff2017-01-311-1/+33
* ovn-nbctl: check for duplicated ACL adding.Han Zhou2017-01-312-2/+17
* ovn-trace: Possible null dereferenceAlin Serdean2017-01-301-1/+1
* ovn: rewrite redirect-chassis description in ovn-nb.xmlMickey Spiegel2017-01-271-18/+18
* ovn: ovn-nbctl commands for distributed NATMickey Spiegel2017-01-272-10/+71
* ovn: distributed NAT flowsMickey Spiegel2017-01-276-80/+821
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-01-273-10/+38
* ovn: move load balancing flows after NAT flowsMickey Spiegel2017-01-271-70/+70
* ovn-northd: Add flows in DHCP_OPTIONS pipeline to support renew requestsNuman Siddique2017-01-251-4/+33
* ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.Ben Pfaff2017-01-252-2/+2
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-213-0/+21
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-214-18/+106
* actions: Introduce enum ovnact_pipeline.Ben Pfaff2017-01-211-22/+20
* actions: Omit table number when possible for formatting "next" action.Ben Pfaff2017-01-211-22/+22
* actions: Separate action structures for "next" and "ct_next".Ben Pfaff2017-01-211-3/+8
* actions: Add new OVN action "clone".Ben Pfaff2017-01-213-14/+76
* actions: Make "free" functions per-struct, not per-action.Ben Pfaff2017-01-211-73/+20
* ovn-trace: Fix selection of table that "next" jumps to.Ben Pfaff2017-01-211-2/+2
* actions: Make "arp { drop; };" acceptable.Ben Pfaff2017-01-201-10/+6
* lex: Make lexer_force_match() work for LEX_T_END.Ben Pfaff2017-01-201-4/+9
* actions: Fix "arp" and "nd_na" followed by another action.Ben Pfaff2017-01-201-3/+5
* ovn: Introduce distributed gateway port and "chassisredirect" port bindingMickey Spiegel2017-01-1910-23/+611
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-196-14/+222
* ovn-nbctl: Ability to bootstrap CA certificate.Gurucharan Shetty2017-01-192-0/+7
* ovn-ctl: Add bootstrap ovn-controller CA certificate option.Gurucharan Shetty2017-01-182-2/+19
* libX: add new release / version info tagsAaron Conole2017-01-181-1/+1
* ovn: document logical routers and logical patch ports in ovn-architectureMickey Spiegel2017-01-171-8/+140
* ovn: specify addresses of type "router" lsps as "router"Mickey Spiegel2017-01-134-2/+61
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-132-108/+30
* 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