Refactor Clear method to use nftCommand.Clear for improved code reuse

This commit is contained in:
2026-04-26 15:38:05 +05:00
parent 8fb0306b1b
commit 7d6dcf1ece
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
package nft
func Clear() []string {
return []string{"flush", "ruleset"}
}