summaryrefslogtreecommitdiffhomepage
path: root/server/peer.go
AgeCommit message (Expand)Author
2017-06-20peer: Set NeighborAddress before initializing dynamic peersSatoshi Fujimoto
2017-06-20peer: Check errors in creating Dynamic PeersSatoshi Fujimoto
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-05-22server/peer: Number of filtered routes to advertiseIWASE Yusuke
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-09api: fix api/server struct conversionWataru Ishida
2017-04-27server: avoid unnecessary path clone with route serverFUJITA Tomonori
2017-04-18policy: send a withdrawal if export policy blocks an existing routeISHIDA Wataru
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04table: fix bug of UpdatePathAttrs() with ipv6 link-local peerISHIDA Wataru
2017-02-09server: fix in-policy bugISHIDA Wataru
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori
2016-11-14config/api: create admin-state typeWataru Ishida
2016-11-14config: use struct type instead of []byte for capability and open msgWataru Ishida
2016-11-12server: remove adj-out usageFUJITA Tomonori
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-11-06server: fix bug of disable/enable/softreset behavior for vrfed neighborWataru Ishida
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-10-09*: support long lived graceful restartWataru Ishida
2016-09-16server/table: don't modify/delete path attributes for route server clientWataru Ishida
2016-08-26add RemoteRouterId to config.NeighborStateFUJITA Tomonori
2016-08-03server: fix advertising multiple local withdrawals with same prefixISHIDA Wataru
2016-07-20remove gRPC dependency from peer.goFUJITA Tomonori
2016-06-14server: replace SenderMsg workaround with InfiniteChannelFUJITA Tomonori
2016-06-13drop unknown optional non-transitive attributesFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA Wataru
2016-05-23policy: apply export-policy after normal path-attribute updatesISHIDA Wataru
2016-05-23server: improve log messageISHIDA Wataru
2016-05-21policy: apply export-policy after normal path-attribute updatesISHIDA Wataru
2016-05-21cli: include route-reflector/route-server infomation in Peer messageISHIDA Wataru
2016-05-10docs: add comment for dubious codeFUJITA Tomonori
2016-05-05fix 332766189685028c4f9852e4285fb1a9025223cc regressionFUJITA Tomonori
2016-04-25remove collector mode supportFUJITA Tomonori
2016-04-21config: simplify config structuresISHIDA Wataru
2016-04-19server: support prefix-limit re-configuration via configuration fileISHIDA Wataru
2016-04-19peer: remove redundant config structsISHIDA Wataru
2016-04-19server: fix Peer.prefixLimitWarned to adapt with multi-protocolISHIDA Wataru
2016-04-19cli: show prefix-limit configuration by `gobgp neighbor <neighbor-addr>`ISHIDA Wataru
2016-04-19server: send local withdrawal paths regardless of path calculation resultISHIDA Wataru
2016-04-11peer: prefix-limit calls peer.adjRibIn.Count only if enabledFUJITA Tomonori
2016-04-10server: support prefix-limitISHIDA Wataru
2016-04-10server: serialize in fsm send loopISHIDA Wataru
2016-03-31server: update path-attributes when peer is disconnectedISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-07server: make rx goroutine reading from socket never sleepFUJITA Tomonori