summaryrefslogtreecommitdiff
path: root/python/ovs
Commit message (Expand)AuthorAgeFilesLines
* python-stream: Handle SSL error in do_handshake.Stefan Hoffmann2023-04-261-1/+2
* odp: Add SRv6 tunnel actions.Nobuhiro MIKI2023-03-292-0/+24
* python: Don't exit OFPFlow constructor.Adrian Moreno2022-12-211-3/+0
* python: Interpret free keys as output in clone.Adrian Moreno2022-12-212-2/+17
* python: Fix output=CONTROLLER action.Adrian Moreno2022-12-212-2/+10
* python: Support case-insensitive OpenFlow actions.Adrian Moreno2022-12-213-6/+33
* python: Return list of actions for odp action clone.Adrian Moreno2022-12-215-38/+59
* python: Make key-value matching strict by default.Adrian Moreno2022-12-214-19/+61
* python: Add explicit decoders for all ofp actions.Adrian Moreno2022-12-214-49/+105
* python: Fix datapath flow decoders.Adrian Moreno2022-12-211-5/+22
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-2/+2
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-8/+18
* python: idl: Fix idl.Row.__str__ method.Christopher Aubut2022-09-191-1/+2
* python-c-ext: Use designated initializers for type and module.Ilya Maximets2022-08-301-45/+11
* python: Do not send non-zero flag for a SSL socket.Miro Tomaska2022-08-121-1/+11
* python: Fix E275 missing whitespace after keyword.Ilya Maximets2022-08-041-2/+2
* python-c-ext: Handle initialization failures.Ilya Maximets2022-07-291-1/+9
* python-c-ext: Fix a couple of build warnings.Timothy Redaelli2022-07-221-2/+2
* python-c-ext: Remove Python 2 support.Timothy Redaelli2022-07-221-33/+1
* python: Add unit tests for filtering engine.Adrian Moreno2022-07-151-0/+221
* python: Add unit tests to datapath parsing.Adrian Moreno2022-07-151-0/+527
* python: Add unit tests for openflow parsing.Adrian Moreno2022-07-152-0/+664
* python: Add unit tests for ListParser.Adrian Moreno2022-07-151-0/+66
* python: Introduce unit tests.Adrian Moreno2022-07-151-0/+76
* python: Add a json encoder to flow fields.Adrian Moreno2022-07-151-0/+14
* python: Add flow filtering syntax.Adrian Moreno2022-07-152-1/+262
* python: Add ovs datapath flow parsing.Adrian Moreno2022-07-151-0/+783
* python: Introduce OpenFlow Flow parsing.Adrian Moreno2022-07-153-0/+842
* python: Add flow base class.Adrian Moreno2022-07-151-0/+125
* build-aux: Generate ofp field decoders.Adrian Moreno2022-07-151-1/+2
* python: Add list parser.Adrian Moreno2022-07-151-0/+121
* python: Add mask, ip and eth decoders.Adrian Moreno2022-07-152-0/+411
* python: Add generic Key-Value parser.Adrian Moreno2022-07-153-0/+332
* 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