feat(nftables): move NFTables forwarding management from the Rust engine to @push.rocks/smartnftables

This commit is contained in:
2026-03-26 13:11:57 +00:00
parent c0e432fd9b
commit a6ffa24e36
22 changed files with 149 additions and 650 deletions

10
deno.lock generated
View File

@@ -7,6 +7,7 @@
"npm:@git.zone/tstest@^3.6.0": "3.6.0_typescript@6.0.2",
"npm:@push.rocks/smartcrypto@^2.0.4": "2.0.4",
"npm:@push.rocks/smartlog@^3.2.1": "3.2.1",
"npm:@push.rocks/smartnftables@^1.0.1": "1.0.1",
"npm:@push.rocks/smartrust@^1.3.2": "1.3.2",
"npm:@push.rocks/smartserve@^2.0.3": "2.0.3",
"npm:@tsclass/tsclass@^9.5.0": "9.5.0",
@@ -2298,6 +2299,14 @@
],
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartnetwork/-/smartnetwork-4.4.0.tgz"
},
"@push.rocks/smartnftables@1.0.1": {
"integrity": "sha512-o822GH4J8dlEBvNLbm+CwU4h6isMUEh03tf2ZnOSWXc5iewRDdKdOCDwI/e+WdnGYWyv7gvH0DHztCmne6rTCg==",
"dependencies": [
"@push.rocks/smartlog",
"@push.rocks/smartpromise"
],
"tarball": "https://verdaccio.lossless.digital/@push.rocks/smartnftables/-/smartnftables-1.0.1.tgz"
},
"@push.rocks/smartnpm@2.0.6": {
"integrity": "sha512-7anKDOjX6gXWs1IAc+YWz9ZZ8gDsTwaLh+CxRnGHjAawOmK788NrrgVCg2Fb3qojrPnoxecc46F8Ivp1BT7Izw==",
"dependencies": [
@@ -6729,6 +6738,7 @@
"npm:@git.zone/tstest@^3.6.0",
"npm:@push.rocks/smartcrypto@^2.0.4",
"npm:@push.rocks/smartlog@^3.2.1",
"npm:@push.rocks/smartnftables@^1.0.1",
"npm:@push.rocks/smartrust@^1.3.2",
"npm:@push.rocks/smartserve@^2.0.3",
"npm:@tsclass/tsclass@^9.5.0",