mirror of
https://github.com/luscis/openlan.git
synced 2025-10-21 08:00:30 +08:00
fix: format output parameters
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package config
|
||||
|
||||
type Output struct {
|
||||
Vlan int `json:"vlan"`
|
||||
Interface string `json:"interface"` // format, like: gre:<addr>, vxlan:<addr>:<vni>
|
||||
Link string `json:"link"` // link name
|
||||
Segment int `json:"segment"`
|
||||
Protocol string `json:"protocol"` // gre, vxlan, etc.
|
||||
Remote string `json:"remote"`
|
||||
Link string `json:"link"` // link name
|
||||
}
|
||||
|
Reference in New Issue
Block a user