feat(nftables): Add NFTables integration for kernel-level forwarding and update documentation, tests, and helper functions
This commit is contained in:
@ -30,7 +30,7 @@ if (!isRoot) {
|
||||
}
|
||||
|
||||
tap.test('NFTablesManager status functionality', async () => {
|
||||
const nftablesManager = new NFTablesManager();
|
||||
const nftablesManager = new NFTablesManager({ routes: [] });
|
||||
|
||||
// Create test routes
|
||||
const testRoutes = [
|
||||
|
Reference in New Issue
Block a user