summaryrefslogtreecommitdiff
path: root/ovn/northd
Commit message (Expand)AuthorAgeFilesLines
* Separating OVN NB and SB database processesRYAN D. MOATS2016-03-231-10/+23
* ovn: Remove outdated debug messages.Russell Bryant2016-03-211-3/+0
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovn: Add l3 port security for IPv4 and IPv6Numan Siddique2016-03-182-45/+391
* ovn: Implement basic ARP support for L3 logical routers.Ben Pfaff2016-03-122-67/+160
* ovn: Avoid ARP responder for packets from localnet portHan Zhou2016-02-262-11/+56
* ovn-northd: Remove info log in extract_lport_addresses().Han Zhou2016-02-261-3/+0
* ovn-northd: Allow lport 'addresses' to store multiple ips in each setNuman Siddique2016-02-251-16/+129
* ovn-northd: Revert "ovn-northd: Only run idl loop if something changed"Numan Siddique2016-02-051-12/+2
* ovn-northd: Don't set custom log level defaults.Russell Bryant2016-02-011-3/+0
* ovn-northd: Only add ARP reply flows for logical ports that are up.Numan Siddique2016-01-112-3/+26
* ovn-northd: Can't use ct() for router ports.l03102016-01-041-2/+28
* ovn: support ARP response for known IPsHan Zhou2015-12-042-0/+56
* ovn-northd: Only run idl loop if something changed.Joe Stringer2015-12-031-2/+12
* ovn-northd: Refactor main loop to use ovsdb_idl_loop_* functionsNuman Siddique2015-11-291-180/+70
* ovn: use name instead of uuid as key of logical router portsHan Zhou2015-11-291-10/+4
* ovn-northd.8: Correct syntax for OVN strings.Ben Pfaff2015-11-231-2/+2
* ovn-northd: Support pinging logical router ports.Justin Pettit2015-11-092-7/+21
* ovn: Change printed stage names.Justin Pettit2015-11-091-20/+20
* ovn: Use "ip.ttl--" instead of "ip4.ttl--".Justin Pettit2015-11-092-8/+8
* ovn-northd.8: Correct description of sending out inport.Justin Pettit2015-11-091-1/+1
* ovn-northd: Fix table ID in a comment.Russell Bryant2015-11-031-3/+3
* ovn-northd: Fix memory leak in ARP reply flows.Justin Pettit2015-10-221-0/+2
* ovn-northd: Fix memory leak in logical router flow generation.Justin Pettit2015-10-211-0/+1
* ovn: Reduce range of ACL priorities.Justin Pettit2015-10-191-4/+14
* ovn: Support multiple router ports per logical switch.Ben Pfaff2015-10-191-26/+43
* ovn: Implement basic logical L3 routing.Ben Pfaff2015-10-162-108/+972
* ovn-northd: Add stages for logical routers.Ben Pfaff2015-10-161-100/+136
* ovn-nb: Rename Port_Bindings 'macs' column to 'addresses'.Ben Pfaff2015-10-161-8/+9
* ovn: Add new predicates for matching broadcast and multicast packets.Ben Pfaff2015-10-161-2/+2
* ovn: Add stateful ACL support.Justin Pettit2015-10-162-61/+207
* ovn: Change h1 titles to title case in documentation.Ben Pfaff2015-10-151-1/+1
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+1
* ovn-northd: Document logical flow table structure.Ben Pfaff2015-09-112-0/+109
* ovn-northd: Minor logical flow table optimizations.Ben Pfaff2015-09-111-7/+12
* ovn-northd: Don't deliver even broadcast packets to disabled logical ports.Ben Pfaff2015-09-111-8/+16
* ovn-nb: Add direction and reduce max priority for ACLs.Justin Pettit2015-09-101-3/+29
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-081-11/+8
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-4/+4
* ovn-northd: Add man page describing daemon.Justin Pettit2015-08-253-0/+107
* ovn: Free default db befor exit.Russell Bryant2015-08-181-4/+8
* ovn-northd: Ability to detach on Windows.Gurucharan Shetty2015-08-171-0/+5
* ovn-northd: Store name of the logical flow stage in external-ids.Justin Pettit2015-08-121-12/+74
* ovn-northd: Pass logical port type and options to ovn-sb database.Alex Wang2015-08-081-0/+2
* ovn: Change strategy for tunnel keys.Ben Pfaff2015-08-031-470/+745
* ovn: Rename Pipeline table to Logical_Flow table.Ben Pfaff2015-08-031-95/+95
* ovn: Rename Binding table to Port_Binding.Ben Pfaff2015-08-031-53/+60
* ovn: Add type and options to logical port.Russell Bryant2015-07-311-0/+11
* ovn: Make column comparisons more generic.Russell Bryant2015-07-281-11/+20
* ovn: Take advantage of OVSDB garbage collection in OVN_Northbound schema.Ben Pfaff2015-07-021-170/+150