mirror of
https://github.com/luscis/openlan.git
synced 2025-10-17 14:30:41 +08:00
fix: using key as link suffix for output
This commit is contained in:
@@ -5,5 +5,5 @@ type Output struct {
|
||||
Protocol string `json:"protocol"` // gre, vxlan, etc.
|
||||
Remote string `json:"remote"`
|
||||
DstPort int `json:"dstport,omitempty"`
|
||||
Link string `json:"link"` // link name
|
||||
Link string `json:"link,omitempty"` // link name
|
||||
}
|
||||
|
Reference in New Issue
Block a user