diff options
Diffstat (limited to 'table/message.go')
-rw-r--r-- | table/message.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/table/message.go b/table/message.go index 7ae01152..d8bb3cff 100644 --- a/table/message.go +++ b/table/message.go @@ -17,7 +17,6 @@ package table import ( "bytes" - "github.com/osrg/gobgp/config" "github.com/osrg/gobgp/packet" ) @@ -128,10 +127,6 @@ func cloneAttrSlice(attrs []bgp.PathAttributeInterface) []bgp.PathAttributeInter return clonedAttrs } -func UpdatePathAttrs(path *Path, global *config.Global, peer *config.Neighbor) { - path.updatePathAttrs(global, peer) -} - func createUpdateMsgFromPath(path *Path, msg *bgp.BGPMessage) *bgp.BGPMessage { rf := path.GetRouteFamily() |