summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: Fix crash when sending GARP when openflow disconnection.Guoshuai Li2018-02-151-18/+20
* OVN: rename encode_nested_neighbor_actions in encode_nested_actionsLorenzo Bianconi2018-02-141-7/+7
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-134-1/+9
* ovn: Allow DNS lookups over IPv6Mark Michelson2018-02-091-5/+12
* expr: Make expr_sort() always yield an expr that satisfies invariants.Ben Pfaff2018-02-071-3/+13
* expr: Fix some bad naming.Ben Pfaff2018-02-071-20/+26
* ovn-controller: Process logical flow matches before actions.Guoshuai Li2018-02-021-26/+34
* ovn-controller: Document southbound database use and graceful termination.Ben Pfaff2018-02-021-0/+47
* ovn-nbctl: Add QoS commands.Guoshuai Li2018-02-012-0/+267
* Add unixctl option for ovn-northdVenkata Anil2018-02-012-3/+13
* ofctrl: Remove unused declaration.Han Zhou2018-02-011-2/+0
* ovn-nbctl: update manpage for lsp-set-type.Han Zhou2018-02-011-1/+43
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-014-9/+9
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-312-2/+4
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-1/+1
* ovn: OVN Support QoS meterGuoshuai Li2018-01-2412-68/+355
* ovn-controller: Add extend_table instead of group_table to expand meter.Guoshuai Li2018-01-249-188/+316
* ovn-controller: add new external_id 'ovn-cms-options' to Chassis tableDaniel Alvarez2018-01-233-1/+27
* ovn-northd: Fix memory leakYifeng Sun2018-01-221-0/+1
* pinctrl: Fix memory leakYifeng Sun2018-01-221-0/+1
* OVN pacemaker: Fix issues when started as pacemaker container bundlesNuman Siddique2018-01-091-24/+27
* ovn-controller: Change duplicate flows trace from INFO to DBGDaniel Alvarez2018-01-091-2/+2
* 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: remove useless ds_clear() on actions dsLorenzo Bianconi2018-01-081-2/+0
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-053-1/+394
* OVN: Add multicast local-only flag.Mark Michelson2018-01-053-0/+31
* ovn-nbctl: Add lrp's gateway chassis information in show commandNuman Siddique2018-01-021-0/+9
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* ovsdb: Improve documentation.Ben Pfaff2017-12-143-20/+10
* OVN pacemaker: Add the monitor action for Master roleNuman Siddique2017-12-051-8/+40
* ovn/TODO: Remove some completed items.Justin Pettit2017-12-041-69/+0
* OVN: Add external_ids to NAT and Logical_Router_Static_Route tables.Lucas Alvares Gomes2017-12-042-4/+24
* ovn-ctl: Add new commands 'run_nb_server' and 'run_sb_server'Numan Siddique2017-12-012-3/+58
* bfd: Fix memory leakYifeng Sun2017-11-291-0/+1
* 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
* Update mailing list archive pointers to the current server.Justin Pettit2017-11-271-2/+2
* ovn-ctl: Add -vfile:info option to OVN_NB/SB_LOG optionsNuman Siddique2017-11-261-2/+2
* tests: Convert dot2pic build tool from Perl to Python.Ben Pfaff2017-11-261-2/+2
* ovn: Fix remote not receive GARP, when localnet Port has vlan tag.Guoshuai Li2017-11-031-3/+12
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-0311-11/+11
* ovn-northd.8: Fix wrong descriptionwei2017-11-031-1/+1
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-026-65/+178
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-026-23/+251
* ovn-controller: Add a new action - 'put_nd_ra_opts'Numan Siddique2017-11-026-17/+450
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-027-82/+119
* ovn: Add IPv6 capability to ovn-nbctl lb-addMark Michelson2017-11-022-49/+140
* ovn: Allow northd to install IPv6 ct_lb logical flows.Mark Michelson2017-11-023-109/+163
* ovn: Allow ct_lb actions to take IPv6 address arguments.Mark Michelson2017-11-021-20/+78