fix: add vxlan output with dstport

This commit is contained in:
Daniel Ding
2024-04-02 18:48:55 +08:00
parent 6301e5db92
commit 93122fc279
5 changed files with 24 additions and 24 deletions

View File

@@ -56,7 +56,7 @@ type Qoser interface {
}
type Outputer interface {
AddOutput(segment int, protocol, Remote string)
AddOutput(data schema.Output)
DelOutput(device string)
SaveOutput()
}