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

View File

@@ -42,4 +42,5 @@ func Commands(app *api.App) {
Rate{}.Commands(app)
Ceci{}.Commands(app)
BGP{}.Commands(app)
Prefix{}.Commands(app)
}