fea: list prefix route for system.

This commit is contained in:
Daniel Ding
2025-09-05 11:04:33 +08:00
parent db26f4881f
commit 19829f1c5a
17 changed files with 366 additions and 253 deletions

11
pkg/libol/struct.go Normal file
View File

@@ -0,0 +1,11 @@
package libol
type Prefix struct {
Link string
Dst string
Src string
Gw string
Protocol int
Priority int
Table int
}