|
|
a305b7f55a
|
Fix type conversion by removing unnecessary string conversion for command output parsing
|
2025-10-22 22:44:23 +05:00 |
|
|
|
2ac9272293
|
Add Rule API for managing nftables rules, including Add, Insert, Replace, and Delete operations
|
2025-10-22 22:43:33 +05:00 |
|
|
|
90b232aa05
|
Add Command method to NFT interface and RunWithOutput support to command package
|
2025-10-22 20:59:49 +05:00 |
|
|
|
e7e53fc123
|
Add Chain API for managing nftables chains, including Add, Create, Delete, Clear, and Rename operations.
|
2025-10-22 20:56:46 +05:00 |
|
|
|
9210448f16
|
Add Version method to NFT interface and implementation
Include `RunWithOutput` support in the command package and introduce version parsing logic, enabling retrieval of the nftables version and options.
|
2025-10-20 22:44:40 +05:00 |
|
|
|
5b19993343
|
Refactor table management to use a dedicated API and improve command handling.
|
2025-10-19 22:50:14 +05:00 |
|
|
|
d056f5dbf8
|
Changed the name parameter to nameTable in methods for working with tables.
|
2025-10-19 21:12:25 +05:00 |
|
|
|
1a62968d1d
|
Add ClearTable method to NFT interface and implementation.
|
2025-10-19 20:25:36 +05:00 |
|
|
|
053ca9a37f
|
Add DeleteTable method to NFT interface and implementation.
|
2025-10-19 20:11:45 +05:00 |
|
|
|
7cd41f8491
|
Improve documentation for Clear and AddTable methods in NFT interface.
|
2025-10-19 19:55:42 +05:00 |
|
|
|
f5b1888420
|
Add initial nftables client implementation
|
2025-10-19 14:53:51 +05:00 |
|