summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn: Constrain supported tunnel types.Justin Pettit2015-04-305-9/+64
* ovn-controller: Rename "chassis_name" to "chassis_id".Justin Pettit2015-04-304-15/+15
* ovn-controller: Don't log every interface missing "iface-id".Justin Pettit2015-04-301-1/+0
* ovn-controller: Clarify that some config changes require a restart.Justin Pettit2015-04-302-2/+10
* ovn-controller: Make integration bridge config part of general context.Justin Pettit2015-04-303-33/+49
* expr: Make expr_to_flows() include conj_id flows.Ben Pfaff2015-04-292-0/+22
* ovn: Add tunnel_key concept to Bindings table, assign in ovn-northd.Ben Pfaff2015-04-293-22/+102
* ovn-sb: Fix reference to "port" that should have been "flow".Justin Pettit2015-04-291-1/+1
* ovn-northd: Set logical_datapath in each Bindings record.Ben Pfaff2015-04-281-0/+14
* lex: New functions lex_lookahead() and lexer_match_id().Ben Pfaff2015-04-282-0/+30
* ovn-nb: Mark some features as not yet implemented.Ben Pfaff2015-04-281-3/+15
* ovn: Back off on port_security specification and implementation.Ben Pfaff2015-04-282-67/+10
* ovn-northd: Port security allows receiving packets to multicast/broadcast.Ben Pfaff2015-04-282-1/+5
* ovn-sb.xml: Revise description of "actions"; rename "resubmit" to "next".Ben Pfaff2015-04-282-69/+49
* ovn-northd: Fix treatment of ports with unknown MACs.Ben Pfaff2015-04-271-10/+38
* ovn-nbctl: Update usage output for show command.Russell Bryant2015-04-231-0/+1
* ovn: Remove complete to-do items.Ben Pfaff2015-04-221-57/+0
* ovn/lib: Add symbol file for libovn.la.Ben Pfaff2015-04-211-0/+4
* ovn: Move all library files into ovn/lib, and merge libraries.Ben Pfaff2015-04-2113-58/+54
* ovn-nbctl: Add "show" command.Justin Pettit2015-04-212-0/+68
* ovn-nbctl: Add lport-set-port-security command.Ben Pfaff2015-04-212-0/+76
* ovn-nbctl: Simplify documentation for lport-set-macs.Ben Pfaff2015-04-212-5/+4
* ovn-northd: Always use semicolons for each action.Justin Pettit2015-04-211-7/+8
* ovn*.xml: Convert tabs to spaces.Russell Bryant2015-04-212-204/+204
* ovn-northd: Implement basic Pipeline generation.Ben Pfaff2015-04-213-24/+372
* ovn-sb.xml: Make output to ingress port a no-op.Ben Pfaff2015-04-201-1/+2
* ovn-nb.xml: "true" match is actually expressed "1".Ben Pfaff2015-04-201-1/+1
* ovn-nb: Disallow priority 0 ACLs.Ben Pfaff2015-04-202-2/+2
* ovn: Add logical_datapath concept to schema.Ben Pfaff2015-04-203-1/+52
* lex: New function lex_format_to_string().Ben Pfaff2015-04-202-1/+22
* lex: Make token parameter of lex_token_format() const.Ben Pfaff2015-04-202-2/+2
* json: New function json_string_escape().Ben Pfaff2015-04-202-25/+3
* ovn-sb.xml: Remove duplicate "physical".Russell Bryant2015-04-201-2/+2
* ovn-northd: Update Bindings for container integration.Russell Bryant2015-04-201-2/+42
* ovn-nbctl: Updates for container integration.Russell Bryant2015-04-202-2/+96
* ovn-northd: Get rid of a few remaining references to nbd.Ben Pfaff2015-04-171-9/+9
* ovn-nbctl.8: Add descriptions for commands.Justin Pettit2015-04-171-13/+111
* ovn-nbctl: Bring usage output more in line with other utils.Justin Pettit2015-04-171-33/+33
* ovn-nbctl: Print empty string for non-existent external-id.Justin Pettit2015-04-171-6/+2
* ovn-nbctl: Swap lport-add argumentsJustin Pettit2015-04-172-5/+5
* ovn-northd: Fix log message style.Ben Pfaff2015-04-171-1/+1
* ovn: Rename ovn-nbd to ovn-northd.Russell Bryant2015-04-169-57/+59
* ovn-nbd: Fix unsafe HMAP_FOR_EACH_WITH_HASH usage.Russell Bryant2015-04-161-2/+3
* ovn-nbd: Don't shadow hash_node variable.Russell Bryant2015-04-161-2/+1
* ovn-nbd: Match bindings on lport name.Russell Bryant2015-04-161-13/+35
* expr: Support string fields in expr_to_matches().Ben Pfaff2015-04-162-30/+142
* expr: New module for Boolean expressions on fields, for use in OVN.Ben Pfaff2015-04-155-128/+2974
* lex: New lexical analyzer module for use in OVN.Ben Pfaff2015-04-156-5/+831
* ovn-architecture: Fix description of powering off VMsGalSagie2015-04-121-2/+2
* ovn: Introduce ovn-controller.Justin Pettit2015-04-1213-63/+836