mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 09:06:54 +08:00
fea: bgp cli supports.
This commit is contained in:
@@ -128,9 +128,9 @@ type IPSecer interface {
|
||||
type Bgper interface {
|
||||
Enable(data schema.Bgp)
|
||||
Disable()
|
||||
Get() *schema.Bgp
|
||||
AddNeighbor(data schema.BgpNeighbor)
|
||||
DelNeighbor(data schema.BgpNeighbor)
|
||||
ListNeighbor(call func(obj schema.BgpNeighbor))
|
||||
}
|
||||
|
||||
type APICall struct {
|
||||
|
Reference in New Issue
Block a user