summaryrefslogtreecommitdiff
path: root/ovn/lib
Commit message (Expand)AuthorAgeFilesLines
* ovn: Support OVS action 'check_pkt_larger' in OVNNuman Siddique2019-04-221-0/+53
* ovn: Add a new OVN action 'icmp4_error'Numan Siddique2019-04-221-0/+22
* ovn: Add a new OVN field icmp4.frag_mtuNuman Siddique2019-04-225-91/+95
* OVN: add the possibility to configure a static IPv4/IPv6 address and dynamic MACLorenzo Bianconi2019-04-161-0/+6
* ovn: Support a new Logical_Switch_Port.type - 'external'Numan Siddique2019-04-161-0/+1
* ovn: Add generic HA chassis groupNuman Siddique2019-04-162-0/+30
* OVN: Always send prefix option in RAsMark Michelson2019-03-252-8/+7
* OVN: Use offset instead of pointer into ofpbufMark Michelson2019-03-251-2/+6
* OVN: Add support for DHCP option 150 - TFTP server addressLucas Alvares Gomes2019-03-071-0/+2
* OVN: Add support for DHCP option 210 - path prefixLucas Alvares Gomes2019-03-071-0/+1
* ovn: Add DHCP support for option 67 - bootfile nameNuman Siddique2019-01-161-0/+1
* 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