summaryrefslogtreecommitdiffhomepage
path: root/server/peer.go
AgeCommit message (Expand)Author
2018-05-28table: fix accepted number in adj-in ribFUJITA Tomonori
2018-05-28table: remove unused id in AdjRib strctureFUJITA Tomonori
2018-05-23server: use negotiated family instead configuredFUJITA Tomonori
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07avoid updating Path in the rib via MarkStale()FUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-04-09server: Avoid infinite UPDATE loop of RTM NLRIIWASE Yusuke
2017-11-08config: Properly set config of PeerGroup memberSatoshi Fujimoto
2017-11-07config: Pass Global Config to SetDefaultNeighborConfigSatoshi Fujimoto
2017-11-07server: Avoid local paths left on iBGP peersIWASE Yusuke
2017-11-01Fix some spelling for spell checker's testIWASE Yusuke
2017-10-03config: add-paths structure per AFI-SAFIIWASE Yusuke
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-07-26add addpath send supportFUJITA Tomonori
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