mirror of
https://github.com/luscis/openlan.git
synced 2025-10-13 20:33:51 +08:00
fix: set gre mtu to 1450
This commit is contained in:
@@ -4,6 +4,6 @@ type Output struct {
|
||||
Segment int `json:"segment"`
|
||||
Protocol string `json:"protocol"` // gre, vxlan, etc.
|
||||
Remote string `json:"remote"`
|
||||
DstPort int `json:"dstport"`
|
||||
DstPort int `json:"dstport,omitempty"`
|
||||
Link string `json:"link"` // link name
|
||||
}
|
||||
|
Reference in New Issue
Block a user