d/libn/i/nftables: drop unused golden testdata

Delete .golden files that are not referenced by any tests.

Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
Cory Snider
2026-06-26 11:15:47 -04:00
parent b207057ff9
commit b086f5e226
3 changed files with 0 additions and 34 deletions

View File

@@ -1,18 +0,0 @@
table ip this_is_a_table {
map this_is_a_vmap {
type ifname : verdict
elements = { "eth0" : return,
"eth1" : return }
}
set set4 {
type ipv4_addr
flags interval
elements = { 192.0.2.0/24 }
}
chain a_base_chain {
type filter hook forward priority filter; policy accept;
counter packets 0 bytes 0
}
}

View File

@@ -1,8 +0,0 @@
table ip this_is_a_table {
chain aBaseChain {
type filter hook forward priority filter; policy accept;
}
chain aChain {
}
}

View File

@@ -1,8 +0,0 @@
table ip this_is_a_table {
chain aBaseChain {
type filter hook forward priority filter; policy drop;
}
chain aChain {
}
}