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

@@ -3,7 +3,8 @@ package schema
type Output struct {
Network string `json:"network"`
Protocol string `json:"protocol"`
Remote string `json:"Remote"`
Remote string `json:"remote"`
DstPort int `json:"dstPort"`
Segment int `json:"segment"`
Device string `json:"device"`
RxBytes uint64 `json:"rxBytes"`