mirror of
https://github.com/luscis/openlan.git
synced 2025-10-17 22:40:38 +08:00
fix: add vxlan output with dstport
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user