summaryrefslogtreecommitdiffstats
path: root/py/nftables.py
Commit message (Expand)AuthorAgeFilesLines
* py: move package source into src directoryJeremy Sowden2023-08-031-547/+0
* py: return boolean value from Nftables.__[gs]et_output_flag()Thomas Haller2023-07-191-2/+2
* py: support variables management and fix formattingFernando Fernandez Mancera2022-09-161-13/+30
* py: extend python API to support libnftables APIPeter Collinson2022-09-161-0/+82
* py: load the SONAME-versioned shared objectArturo Borrero Gonzalez2019-12-101-1/+1
* py: add missing output flags.Jeremy Sowden2019-10-241-0/+35
* py: Implement JSON validation in nftables modulePhil Sutter2019-05-311-0/+29
* py: fix missing decode/encode of stringsEric Garver2019-05-121-0/+7
* parser_json: Rewrite echo supportPhil Sutter2019-04-031-0/+3
* py: Adjust Nftables class to output flags changesPhil Sutter2018-10-311-78/+142
* py: trivial: Fix typo in comment stringPhil Sutter2018-08-301-1/+1
* python: set license and author in nftables.pyEric Leblond2018-06-201-0/+16
* python: installation of binding via make installEric Leblond2018-06-201-0/+2
* libnftables: Simplify nft_run_cmd_from_buffer footprintPhil Sutter2018-06-181-2/+2
* py: Add JSON support to nftables ClassPhil Sutter2018-05-111-1/+44
* py: Add getter/setter for echo output optionPhil Sutter2018-05-111-0/+25
* tests/py: Use libnftables instead of calling nft binaryPhil Sutter2018-04-111-0/+224