mirror of
https://github.com/luscis/openlan.git
synced 2025-09-29 13:52:09 +08:00
12 lines
151 B
Go
12 lines
151 B
Go
package libol
|
|
|
|
type Prefix struct {
|
|
Link string
|
|
Dst string
|
|
Src string
|
|
Gw string
|
|
Protocol string
|
|
Priority int
|
|
Table int
|
|
}
|