Files
openlan/pkg/libol/struct.go
Daniel Ding 6b041b62ce
Some checks failed
Coverage CI / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Ubuntu CI / build (push) Has been cancelled
fea: display protocol for prefix route.
2025-09-05 14:23:01 +08:00

12 lines
151 B
Go

package libol
type Prefix struct {
Link string
Dst string
Src string
Gw string
Protocol string
Priority int
Table int
}