diff options
Diffstat (limited to 'config/bgp_configs.go')
-rw-r--r-- | config/bgp_configs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 1c87bb88..1b219172 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -5986,7 +5986,7 @@ type NeighborSet struct { NeighborSetName string `mapstructure:"neighbor-set-name" json:"neighbor-set-name,omitempty"` // original -> gobgp:neighbor-info // original type is list of inet:ip-address - // neighbor ip address. + // neighbor ip address or prefix. NeighborInfoList []string `mapstructure:"neighbor-info-list" json:"neighbor-info-list,omitempty"` } |