mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 08:36:59 +08:00
fea: list prefix route for system.
This commit is contained in:
11
pkg/libol/struct.go
Normal file
11
pkg/libol/struct.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package libol
|
||||
|
||||
type Prefix struct {
|
||||
Link string
|
||||
Dst string
|
||||
Src string
|
||||
Gw string
|
||||
Protocol int
|
||||
Priority int
|
||||
Table int
|
||||
}
|
Reference in New Issue
Block a user