summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Add unit tests for filtering engine.Adrian Moreno2022-07-152-0/+222
* python: Add unit tests to datapath parsing.Adrian Moreno2022-07-152-0/+528
* python: Add unit tests for openflow parsing.Adrian Moreno2022-07-153-1/+667
* python: Add unit tests for ListParser.Adrian Moreno2022-07-152-1/+68
* python: Introduce unit tests.Adrian Moreno2022-07-153-2/+86
* python: Add a json encoder to flow fields.Adrian Moreno2022-07-151-0/+14
* python: Add flow filtering syntax.Adrian Moreno2022-07-154-2/+264
* python: Add ovs datapath flow parsing.Adrian Moreno2022-07-152-0/+784
* python: Introduce OpenFlow Flow parsing.Adrian Moreno2022-07-154-0/+844
* python: Add flow base class.Adrian Moreno2022-07-152-0/+126
* build-aux: Generate ofp field decoders.Adrian Moreno2022-07-152-1/+9
* build-aux: Split extract-ofp-fields.Adrian Moreno2022-07-152-2/+426
* python: Add list parser.Adrian Moreno2022-07-152-0/+122
* python: Add mask, ip and eth decoders.Adrian Moreno2022-07-153-1/+413
* python: Add generic Key-Value parser.Adrian Moreno2022-07-155-2/+338
* python: Allow building json C extension with static OVS library.Frode Nordahl2022-07-151-1/+11
* python: Add Python bindings TODO file.Dumitru Ceara2022-06-282-0/+36
* python: idl: Raise AttributeError from uuid_to_row.Terry Wilson2022-05-021-1/+6
* python: Politely handle misuse of table.condition.Terry Wilson2022-04-271-35/+67
* python: idl: Set cond_changed to true if condition change requested.Wentao Jia2022-04-041-1/+1
* python: idl: Set cond_changed to false if last id is zero.Wentao Jia2022-04-041-0/+3
* reconnect: Fix broken inactivity probe if there is no other reason to wake up.Ilya Maximets2022-02-241-11/+25
* python: idl: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-311-1/+17
* python: idl: Resend requested but not acked conditions when reconnecting.Dumitru Ceara2022-01-311-2/+4
* python: idl: Add monitor_cond_since support.Terry Wilson2022-01-061-35/+210
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-301-4/+6
* python: idl: Avoid pre-allocating column defaults.Terry Wilson2021-11-301-6/+33
* python: db: Avoid allocation of an attr dict/row+column.Terry Wilson2021-11-091-0/+4
* python: Replace pyOpenSSL with ssl.Timothy Redaelli2021-11-032-40/+57
* python: socket-util: Split inet_open_active function and use connect_ex.Timothy Redaelli2021-11-031-14/+22
* python: idl: Avoid sending transactions when the DB is not synced up.Terry Wilson2021-10-121-0/+5
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-242-21/+45
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-232-0/+24
* python: Add cooperative_yield() API method to Idl.Terry Wilson2021-07-161-0/+11
* python: Update bundled sortedcontainers to 2.4.0.Timothy Redaelli2021-07-165-1856/+2494
* ovsdb: Make clients aware of relay service model.Ilya Maximets2021-07-151-0/+16
* python: Fix Idl.run change_seqno update.Bodo Petermann2021-07-071-5/+6
* Remove Python 2 leftovers.Rosemarie O'Riorden2021-06-227-25/+7
* python: idl: Allow retry even when using a single remote.Ilya Maximets2021-06-111-2/+1
* xml2nroff: Fix formatting of action headers in ovs-actions(7) manpage.Ben Pfaff2021-05-061-4/+3
* python: Send notifications after the transaction ends.Terry Wilson2021-03-151-15/+24
* reconnect: Add Python implementation of received_attempt(), and test.Ben Pfaff2021-01-072-3/+23
* python: Update build system to ensure dirs.py is created.Mark Gray2020-11-263-13/+22
* python: Don't raise an Exception on failure to connect via SSL.Terry Wilson2020-11-161-2/+13
* python: set ovs.dirs variables with build system valuesMark Gray2020-11-163-37/+8
* python: Fixup python shebangs to python3.Greg Rose2020-08-261-2/+2
* python: Fix plural forms of OVSDB types.Ben Pfaff2020-07-071-1/+10
* Handle refTable values with setkey()Terry Wilson2020-03-201-2/+1
* docs: handle multi line headers for nroffIhar Hrachyshka2020-02-131-1/+8
* Remove dependency on python3-sixTimothy Redaelli2019-12-2016-154/+107