From b7b1e18eec86ade7694a3e2ffa2d1c4e00b80006 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Thu, 2 Jul 2015 17:28:15 +0900 Subject: server: update path attrs when sending update msg out Signed-off-by: ISHIDA Wataru --- table/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/path.go') diff --git a/table/path.go b/table/path.go index 1fd15308..51be91af 100644 --- a/table/path.go +++ b/table/path.go @@ -68,7 +68,7 @@ func cloneAsPath(asAttr *bgp.PathAttributeAsPath) *bgp.PathAttributeAsPath { return bgp.NewPathAttributeAsPath(newASparams) } -func (path *Path) updatePathAttrs(global *config.Global, peer *config.Neighbor) { +func (path *Path) UpdatePathAttrs(global *config.Global, peer *config.Neighbor) { if peer.RouteServer.RouteServerClient { return -- cgit v1.2.3