fea: display protocol for prefix route.
Some checks failed
Coverage CI / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Ubuntu CI / build (push) Has been cancelled

This commit is contained in:
Daniel Ding
2025-09-05 14:23:01 +08:00
parent 19829f1c5a
commit 6b041b62ce
5 changed files with 57 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ type Prefix struct {
Dst string
Src string
Gw string
Protocol int
Protocol string
Priority int
Table int
}