summaryrefslogtreecommitdiff
path: root/ovn/lib
Commit message (Expand)AuthorAgeFilesLines
* OVN: add static IP support to IPAMLorenzo Bianconi2018-12-281-0/+8
* pinctrl: Check requested IP in DHCPREQUEST messagesGregory Smith2018-12-121-0/+9
* actions: Enforce a maximum limit for nested action depthYifeng Sun2018-11-091-0/+9
* expr: Disallow < <= >= > comparisons against empty value set.Ben Pfaff2018-10-111-0/+5
* ovn-controller: Support processing DHCPv6 information request message typeNuman Siddique2018-10-111-0/+1
* expr: Set a limit on the depth of nested parenthesesYifeng Sun2018-10-111-0/+11
* ovn: Fix IPv6 DAD failure for container portsNuman Siddique2018-10-101-0/+4
* extend-table: Fix a bug that iterates wrong tableYifeng Sun2018-10-081-15/+14
* lex: Fix buffer overrun parsing overlong hexadecimal constants.Yifeng Sun2018-10-021-6/+8
* ovn: Add DHCP support for option 252.Mark Michelson2018-08-211-0/+2
* ovn-controller: Fix warning message when unable to assign meter ID.Han Zhou2018-08-131-1/+1
* ovn: Clean up log() action parsing errors.Justin Pettit2018-07-311-1/+8
* ovn: Add rate-limiting for ACL logs.Justin Pettit2018-07-301-11/+45
* ovn: Support configuring meters through SB Meter table.Justin Pettit2018-07-301-4/+7
* ovn: Use C strings instead of ds for extended tables.Justin Pettit2018-07-303-25/+22
* ovn: Fix DHCP classless static route for non-classful masks.Rostyslav Fridman2018-06-191-2/+2
* chassis-index: Use OVSDB index mechanism.Ben Pfaff2018-06-122-69/+19
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-112-6/+6
* Factor prerequisites out of AND/OR trees with unique symbolJakub Sitnicki2018-05-241-10/+65
* ovn: Set proper Neighbour Adv flag when replying for NS request for router IPNuman Siddique2018-05-141-0/+22
* ovn: Recirculate packets after a unSNAT.Gurucharan Shetty2018-04-131-11/+0
* ovn: Support port groups in ACLsHan Zhou2018-04-133-39/+111
* OVN: add icmp6{} action supportLorenzo Bianconi2018-04-101-1/+23
* OVN: add tcp_reset{} action supportLorenzo Bianconi2018-04-041-0/+22
* OVN: add icmp4{} action supportLorenzo Bianconi2018-03-091-0/+22
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-261-0/+5
* ovn-northd: Reduce amount of flow hashing.Ben Pfaff2018-02-163-0/+54
* OVN: rename encode_nested_neighbor_actions in encode_nested_actionsLorenzo Bianconi2018-02-141-7/+7
* 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: OVN Support QoS meterGuoshuai Li2018-01-241-0/+83
* ovn-controller: Add extend_table instead of group_table to expand meter.Guoshuai Li2018-01-244-51/+259
* lex: Fix parsing of long tokens.Ben Pfaff2018-01-081-1/+1
* OVN: Add multicast local-only flag.Mark Michelson2018-01-051-0/+6
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-021-0/+22
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-021-0/+4
* ovn-controller: Add a new action - 'put_nd_ra_opts'Numan Siddique2017-11-022-1/+229
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-023-66/+103
* ovn: Allow ct_lb actions to take IPv6 address arguments.Mark Michelson2017-11-021-20/+78
* ovn: Check for known logical switch port types.Mark Michelson2017-11-012-0/+32
* ovn/actions: Improve OVN load-balancing performance.Gurucharan Shetty2017-09-281-1/+1
* ovn-controller: Fix empty address set parsing problem.Han Zhou2017-09-111-0/+4
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-6/+6
* ovn: Add support for ACL logging.Justin Pettit2017-07-284-0/+277
* ovn: l3ha, ovn-northd gateway chassis propagationmajopela@redhat.com2017-07-163-0/+119
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-1/+2
* actions: Fix memory leak on error path in parse_ct_lb_action().Ben Pfaff2017-06-011-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-1/+1
* ovn-controller: Add 'dns_lookup' actionNuman Siddique2017-05-021-0/+52