summaryrefslogtreecommitdiffhomepage
path: root/server/peer.go
AgeCommit message (Expand)Author
2015-10-21server: remove peer's getBests methodFUJITA Tomonori
2015-10-21table: make AdjRib API take slice of RouteFamilyFUJITA Tomonori
2015-10-21server: make getBestFromLocal peer's methodFUJITA Tomonori
2015-10-21server: avoid generating rflist from configFUJITA Tomonori
2015-10-21server: set globalRib to non routeserver peer's LocalRibFUJITA Tomonori
2015-10-20api: support policy assignment modification via grpcISHIDA Wataru
2015-10-20policy: clean upISHIDA Wataru
2015-10-19server: fix the number of acceptedFUJITA Tomonori
2015-10-13server: logging received notificaitonFUJITA Tomonori
2015-10-09server: store import/export config in TabelManager instead of PeerISHIDA Wataru
2015-10-09table: merge policy package into tableISHIDA Wataru
2015-10-09server: fix path.Filtered updateFUJITA Tomonori
2015-10-09server: fix the number of accepted routesFUJITA Tomonori
2015-10-07server: need to send withdrawn for filtered routes after softresetFUJITA Tomonori
2015-10-02cli: add command to show accepted/rejected routesISHIDA Wataru
2015-09-30peer: add accepted route counterISHIDA Wataru
2015-09-30server: kill LocalRibISHIDA Wataru
2015-09-25server/table: assign mpls labels to locally generated vpn routesISHIDA Wataru
2015-09-20api: rename package/service name to gobgpapiISHIDA Wataru
2015-09-13Add bmp supportFUJITA Tomonori
2015-09-08api: kill api.CapabilityISHIDA Wataru
2015-09-02*: another s/distribute/inISHIDA Wataru
2015-09-01support multihop ttlFUJITA Tomonori
2015-08-31server: support route reflector behaviorISHIDA Wataru
2015-08-19table: fix best path selection which considers local asnISHIDA Wataru
2015-08-18*: s/distribute/inISHIDA Wataru
2015-08-12server: store whole capabilities with the same cap codeISHIDA Wataru
2015-08-11config: rename distributed-policy to in-policyNaoto Hanaue
2015-08-08server: fix typoISHIDA Wataru
2015-08-05server/table: support mac mobilityISHIDA Wataru
2015-08-05config: change the structure of Neighbor.RouteServer as the Neighbor.RouteRef...Naoto Hanaue
2015-08-04server: fix 'accepted' number in peerFUJITA Tomonori
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-07-01packet: add AS_PATH validatorHiroshi Yokoi
2015-07-01server: don't set ttl to 1 when peer type is iBGPISHIDA Wataru
2015-07-01server: use pointerHiroshi Yokoi
2015-07-01server: apply distribute filter only when route server client propagates routesHiroshi Yokoi
2015-07-01server: gofmtHiroshi Yokoi
2015-07-01policy: distribute policyHiroshi Yokoi
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-10server: avoid to be blocked due to accepted conn passingFUJITA Tomonori
2015-06-10server: server goroutin can't access to outstanding directlyFUJITA Tomonori
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-05-27scenario_test: add policy test cases for new action and conditionsHiroshi Yokoi
2015-05-26cli: add the add/del commands to policy of neighborNaoto Hanaue
2015-05-26cli: add the add/del commands to routepolicyNaoto Hanaue
2015-05-19cli: support the AsPathLength to display in routing policyNaoto Hanaue
2015-05-19cli: add the show command for routing policy of neighborNaoto Hanaue
2015-05-14server: don't path information if path include the same AS numberFUJITA Tomonori
2015-05-11server: don't path information to the same AS number peerFUJITA Tomonori