summaryrefslogtreecommitdiffhomepage
path: root/server
AgeCommit message (Expand)Author
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-17server: bug fix of REQ_LOCAL_RIB handlingISHIDA Wataru
2015-04-15table: sort peers/routes at client side instead of bgpd sideISHIDA Wataru
2015-04-15server: support EVPN path addition/deletionISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru
2015-04-14api: use gRPC instead of RESTISHIDA Wataru
2015-04-04api/server: add apis to add/delete routes to/from global ribISHIDA Wataru
2015-04-04server: clone paths before storing to adj-rib-outISHIDA Wataru
2015-04-04server: remove nexthop field from Path struct and make Path.setNexthop publicISHIDA Wataru
2015-04-04server: use net.SplitHostPortISHIDA Wataru
2015-04-04server: fix path originator checkISHIDA Wataru
2015-04-03server: show peers in the sorted orderFUJITA Tomonori
2015-04-02server: go fmt fixFUJITA Tomonori
2015-04-02api: simplify adj-in/out json formatFUJITA Tomonori
2015-04-01peer: make applyPolicies into peer's methodHiroshi Yokoi
2015-03-25server: support active connectionISHIDA Wataru
2015-03-25server: don't run fsm for global ribISHIDA Wataru
2015-03-24policy: test policy existenceHiroshi Yokoi
2015-03-24policy: apply import/export policyHiroshi Yokoi
2015-03-20peer: don't send back routes to the source.ISHIDA Wataru
2015-03-20api/cli: add show global commandISHIDA Wataru
2015-03-20peer: update pathattr for non-route-server clientISHIDA Wataru
2015-03-20server: add Global Rib to support normal BGP functionalityISHIDA Wataru
2015-03-19table: remove unnecessary distinction of pathsISHIDA Wataru
2015-03-14server: fix handing of a connection closed by peerFUJITA Tomonori
2015-03-10server: add helper function to send paths to siblingsFUJITA Tomonori
2015-03-09server: handle the route family configuration mismatch with peerFUJITA Tomonori
2015-03-08server: adj-in/out supports route families rather than v4/v6FUJITA Tomonori
2015-03-08server: support multiple route familes per peerFUJITA Tomonori
2015-03-07rest: support show table with specified route familyFUJITA Tomonori
2015-03-06server: remove rf in ServerMsgFUJITA Tomonori
2015-03-06table: NewTableManager takes route familiesFUJITA Tomonori
2015-03-06server: check route refresh afi and safiFUJITA Tomonori
2015-03-06table: remove RF from PeerInfoFUJITA Tomonori
2015-03-03update the whole code for the latest openconfig yang filesFUJITA Tomonori
2015-03-03config: remove time.Time in BgpNeighborCommonStateTypeFUJITA Tomonori
2015-02-27server: implement softresetin and softresetFUJITA Tomonori
2015-02-27server: log warning when RouteRefresh but the capability wasn't advertisedFUJITA Tomonori
2015-02-27server: handle ROUTE_REFRESH only when the capability is advertizedFUJITA Tomonori
2015-02-25server: avoid duplicated logging (debug and warning) for notification messageFUJITA Tomonori
2015-02-25server: warning when sending notification messageFUJITA Tomonori
2015-02-25server: handle closed passiveConnCh channelFUJITA Tomonori
2015-02-24cli: pretty up State printingFUJITA Tomonori
2015-02-18server: clean up zero holdtimeFUJITA Tomonori
2015-02-17peer: support hold time 0Hiroshi Yokoi
2015-02-16server: check the bgp message length before sendingFUJITA Tomonori
2015-02-16peer: support enable/disableHiroshi Yokoi
2015-02-16server: support discarded countersFUJITA Tomonori
2015-02-15test: not rely on the type check auto conversion in assert.EqualHiroshi Yokoi
2015-02-08server: always log when sending notificaitonFUJITA Tomonori