mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
8 lines
206 B
Go
Executable File
8 lines
206 B
Go
Executable File
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
|
|
}
|