Files
openlan/pkg/config/output.go
2022-07-29 23:38:54 +08:00

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
}