summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* actions: Enforce a maximum limit for nested action depthYifeng Sun2018-11-091-0/+9
* ovn-northd: Fix memory leak in free_chassis_queueid().Ben Pfaff2018-10-311-0/+1
* expr: Disallow < <= >= > comparisons against empty value set.Ben Pfaff2018-10-111-0/+5
* expr: Set a limit on the depth of nested parenthesesYifeng Sun2018-10-111-0/+11
* lex: Fix buffer overrun parsing overlong hexadecimal constants.Yifeng Sun2018-10-021-6/+8
* ovn: Fix DHCP classless static route for non-classful masks.Rostyslav Fridman2018-06-191-2/+2
* ovn: Fix tunnel id overflow.Ben Pfaff2018-04-041-2/+8
* OVN pacemaker: Fix issues when started as pacemaker container bundlesNuman Siddique2018-01-091-24/+27
* ovn-sb.xml: Correct statement on use of bit ranges.Jakub Sitnicki2018-01-091-1/+1
* lex: Fix parsing of long tokens.Ben Pfaff2018-01-081-1/+1
* OVN pacemaker: Add the monitor action for Master roleNuman Siddique2017-12-051-8/+40
* ovn pacemaker: Provide the option to configure inactivity probe valueNuman Siddique2017-11-302-0/+36
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-282-9/+19
* ovn-northd: Refactor logic for logical port 'up' state updateJakub Sitnicki2017-11-281-5/+2
* ovn-ctl: Add -vfile:info option to OVN_NB/SB_LOG optionsNuman Siddique2017-11-271-2/+2
* ovn: Fix remote not receive GARP, when localnet Port has vlan tag.Guoshuai Li2017-11-131-3/+13
* ovn: Discard flows for non-local ports.Russell Bryant2017-09-195-13/+57
* ovn-controller: Avoid recomputing when there are in-flight msgs.Han Zhou2017-09-143-20/+30
* ovn-controller: Fix empty address set parsing problem.Han Zhou2017-09-111-0/+4
* ovn-controller: Monitor port bindings of parent ports.wangqianyu2017-08-021-0/+1
* ovn-controller: fix use-after-free in physical_run()Lance Richardson2017-07-111-2/+3
* ovn-controller: avoid crash when vswitchd connection is lostLance Richardson2017-07-111-1/+2
* patch: Check the right variable for null.Ben Pfaff2017-06-011-2/+2
* actions: Fix memory leak on error path in parse_ct_lb_action().Ben Pfaff2017-06-011-0/+1
* ovn-ctl: Fix help message for option ovn-controller-priorityHan Zhou2017-05-311-1/+1
* physical: Tolerate missing distributed-port key for chassisredirect ports.Ben Pfaff2017-05-311-2/+2
* ovn-northd: Avoid null deref for missing outport in build_static_route_flow().Ben Pfaff2017-05-301-1/+1
* ovn: Fix encoding of large logical output ports for STT.Ben Pfaff2017-05-301-2/+2
* ovn-controller: Fix memory leak in create_br_int().Ben Pfaff2017-05-301-0/+1
* ovn-northd: Fix uninitialized reference in build_static_route_flow().Ben Pfaff2017-05-301-1/+1
* pinctrl: Be more careful in parsing DHCPv6.Ben Pfaff2017-05-251-0/+5
* Supporting ovn-northd HA colocated with OVNDB-HAZhengwei Gao2017-05-251-0/+27
* ovn-ctl: Start ovn-northd even if ovsdb-servers are not runningNuman Siddique2017-05-231-8/+8
* ovn pacemaker: Fix return code errors in start/stop actionNuman Siddique2017-05-231-2/+12
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-05-171-2/+4
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-05-171-1/+1
* ovn-sbctl: fix lflow-list when uuid has leading 0s.Han Zhou2017-04-211-1/+10
* ovn-controller: Don't bind non-existent interfaces.Gurucharan Shetty2017-03-102-1/+3
* 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
* ofctrl: Free contents of symbol table in ofctrl_destroy().Ben Pfaff2017-02-081-0/+1
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-031-4/+6
* ovn: Add missing netdev_close in setup_qos.Russell Bryant2017-02-031-0/+2
* ovn-controller: Provide the option to set Encap.options:csumNuman Siddique2017-02-023-8/+23
* ovn: rewrite redirect-chassis description in ovn-nb.xmlMickey Spiegel2017-02-011-18/+18
* ovn: ovn-nbctl commands for distributed NATMickey Spiegel2017-02-012-10/+71
* ovn: distributed NAT flowsMickey Spiegel2017-02-016-80/+821
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-02-013-10/+38
* ovn: move load balancing flows after NAT flowsMickey Spiegel2017-02-011-70/+70
* ovn-controller: Configure interface QoS only if it would actually be used.Ben Pfaff2017-02-011-6/+35