summaryrefslogtreecommitdiff
path: root/vtep
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-1/+0
* doc: Convert INSTALL.Debian to rSTStephen Finucane2016-10-181-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovs-vtep: Handle tunnel key configuration in any order.Darrell Ball2016-07-151-14/+14
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+1
* ovs-vtep: Make compatible with python2.7 and 3.Joe Stringer2016-05-311-13/+12
* ovs-vtep: Support running multiple ovs-vtep processesnickcooper-zhangtonghao2016-05-181-3/+3
* vtep: Add other_config to Global table.Dennis Sam2016-05-172-2/+13
* vtep: Add source node replication support.Darrell Ball2016-05-096-13/+194
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-9/+9
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vtep: Introduce other_config column in some vtep schema tables.Saurabh Shrivastava2016-03-182-3/+65
* ovs-vtep: Delete flows with untagged vlan carefully.Gurucharan Shetty2016-03-171-2/+2
* vtep: Add error messages for logical router supportDennis Sam2016-02-231-0/+22
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-2/+2
* vtep: Support per-tunnel tunnel key in schema.Ofer Ben Yacov2016-02-082-25/+35
* vlog: Stop using explicit references to external log modules.Ben Pfaff2016-02-031-2/+1
* vtep: add logical router related commands.Wenyu Zhang2016-02-032-0/+180
* vtep: make vtep-ctl support L3 tables.Wenyu Zhang2016-01-281-0/+12
* README.ovs-vtep.md: Fix incorrect spacing.Kyle Mestery2016-01-271-0/+1
* python: Convert dict iterators.Russell Bryant2016-01-211-10/+11
* python: Stop using xrange().Russell Bryant2016-01-201-0/+1
* python: Remove unnecessary semicolons and slashes.Russell Bryant2016-01-051-4/+4
* python: Resolve a deprecation warning.Russell Bryant2016-01-051-2/+2
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-051-21/+21
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-051-2/+2
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-051-1/+14
* python: Remove unused imports and variables.Russell Bryant2016-01-051-1/+1
* python: Run flake8 at build time.Russell Bryant2016-01-051-0/+2
* ovs-vtep: Clean up local mac entries on startup.Anupam Chanda2015-12-211-0/+7
* vtep/vtep.xml: Improve XML source formatting.Ariel Tubaltsev2015-11-291-11/+11
* use "/usr/bin/env python" for shebangs for python scriptsYAMAMOTO Takashi2015-11-261-1/+1
* HW VTEP Schema: update Tunnel table definitionAriel Tubaltsev2015-11-191-59/+61
* vtep-ctl: Exit if database connection fails.Daniele Di Proietto2015-10-221-0/+5
* vtep: Make stats and status columns ephemeral.Justin Pettit2015-10-141-10/+12
* automake: Consolidate schema checksum check.Gurucharan Shetty2015-10-021-9/+1
* vtep: add ACLs to VTEP schemaBruce Davie2015-10-012-4/+352
* vtep: Document the meaning of VLAN zero for vlan_bindingsBruce Davie2015-10-011-2/+5
* vtep: fix typosBruce Davie2015-10-011-4/+4
* Fix typos in comments.Ben Pfaff2015-09-141-1/+1
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-6/+11
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-231-2/+2
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-231-11/+11
* Makefiles: Clean and do not distribute IDL-generated files.Ben Pfaff2015-07-221-2/+1
* vtep/automake.mk: Changes to support make distcheck.Aaron Conole2015-07-211-1/+1
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-171-4/+28
* vtep-ctl: Remove extraneous NULL pointer check.Joe Stringer2015-07-171-7/+2
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-131-2/+2
* db-ctl-base: Improve show command.Alex Wang2015-06-231-3/+10
* vtep-ctl: Use db-ctl-base.Alex Wang2015-06-232-2203/+373