summaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/bgp_configs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go
index c6a3e53e..4191bbd2 100644
--- a/config/bgp_configs.go
+++ b/config/bgp_configs.go
@@ -1448,6 +1448,8 @@ type Neighbor struct {
type ListenConfig struct {
// original -> gobgp:port
Port int32 `mapstructure:"port"`
+ // original -> gobgp:local-address
+ LocalAddressList []string `mapstructure:"local-address-list"`
}
//struct for container gobgp:mpls-label-range