fix: add loopback address for router.

This commit is contained in:
Daniel Ding
2024-07-19 16:20:57 +08:00
parent b8c64bb822
commit 58885ab08a
8 changed files with 84 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ package config
import "github.com/luscis/openlan/pkg/libol"
type Qos struct {
File string `json:"file"`
File string `json:"-"`
Name string `json:"name"`
Config map[string]*QosLimit `json:"qos,omitempty"`
}