mirror of
https://github.com/luscis/openlan.git
synced 2025-10-08 10:00:12 +08:00
fea: ip prefix rules for route-map.
This commit is contained in:
@@ -131,6 +131,10 @@ type Bgper interface {
|
||||
Get() *schema.Bgp
|
||||
AddNeighbor(data schema.BgpNeighbor)
|
||||
DelNeighbor(data schema.BgpNeighbor)
|
||||
AddReceives(data schema.BgpPrefix)
|
||||
DelReceives(data schema.BgpPrefix)
|
||||
AddAdvertis(data schema.BgpPrefix)
|
||||
DelAdvertis(data schema.BgpPrefix)
|
||||
}
|
||||
|
||||
type APICall struct {
|
||||
|
Reference in New Issue
Block a user