diff options
Diffstat (limited to 'table')
-rw-r--r-- | table/path.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/path.go b/table/path.go index 18b118b9..a3b609e9 100644 --- a/table/path.go +++ b/table/path.go @@ -72,7 +72,7 @@ func cloneAsPath(asAttr *bgp.PathAttributeAsPath) *bgp.PathAttributeAsPath { func (path *Path) UpdatePathAttrs(global *config.Global, peer *config.Neighbor) { - if peer.RouteServer.RouteServerClient { + if peer.RouteServer.RouteServerConfig.RouteServerClient { return } |