summaryrefslogtreecommitdiff
path: root/vtep
Commit message (Expand)AuthorAgeFilesLines
* ovs-vsctl, vtep-ctl: Free 'args' string on exit.Ben Pfaff2018-01-261-4/+8
* ovsdb: Improve documentation.Ben Pfaff2017-12-141-16/+7
* tests: Convert dot2pic build tool from Perl to Python.Ben Pfaff2017-11-261-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+0
* Free port bindings when deleting cached ports.Mark Michelson2017-07-141-0/+1
* treewide: .gitignore updatesLance Richardson2017-07-101-0/+1
* distclean: Fix ovs-vtep and docker drivers.Joe Stringer2017-06-211-0/+1
* Use @PYTHON@ directly instead of "#! /usr/bin/env"Timothy Redaelli2017-06-212-2/+2
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-031-5/+6
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-7/+5
* db-ctl-base: Allow record UUIDs to be abbreviated.Ben Pfaff2017-04-301-4/+6
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-0/+1
* Adapt to flake8-import-orderxurong000379972017-03-081-3/+4
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-131-3/+3
* libX: add new release / version info tagsAaron Conole2017-01-181-1/+1
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-131-64/+14
* Python tests: Set CREATE_NO_WINDOW flag for PopenAlin Balutoiu2017-01-031-1/+5
* table: correct documented default format in man pagesLance Richardson2016-12-221-1/+0
* doc: Further populate the 'howto' sectionStephen Finucane2016-12-122-231/+0
* doc: Populate 'install', 'howto' sectionsStephen Finucane2016-12-122-11/+10
* treewide: Fix recent flake8-check.Joe Stringer2016-12-081-0/+1
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-1/+2
* doc: Convert datapath/README to rSTStephen Finucane2016-11-031-1/+1
* doc: Convert README.ovs-vtep to rSTStephen Finucane2016-11-033-206/+232
* 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