summaryrefslogtreecommitdiffhomepage
path: root/table
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-21table: store the list of route family in TableManagerFUJITA Tomonori
2015-10-20policy: name statement automatically also via grpcISHIDA Wataru
2015-10-20policy: avoid null pointer dereferenceISHIDA Wataru
2015-10-20api: stop using raw flag values and define grpc dedicated flagsISHIDA Wataru
2015-10-20policy: fix how to apply policy to follow openconfig descriptionISHIDA Wataru
2015-10-20policy: remove debug logHiroshi Yokoi
2015-10-20api: support policy assignment modification via grpcISHIDA Wataru
2015-10-20policy: name statement automatically when name is not givenISHIDA Wataru
2015-10-20api: support policy modification via grpcISHIDA Wataru
2015-10-20api/cli: refactor api to retrieve policyISHIDA Wataru
2015-10-20cli: support statement configurationISHIDA Wataru
2015-10-20api: support statement modification via grpcISHIDA Wataru
2015-10-20api/cli: add api to retrieve statements and support showing them via cliISHIDA Wataru
2015-10-20cli: support defined-set configurationISHIDA Wataru
2015-10-20api: support defined set modification via grpcISHIDA Wataru
2015-10-20policy: another cleanupISHIDA Wataru
2015-10-20policy: add constructor to create object from api structsISHIDA Wataru
2015-10-20api: use two ints instead of string to represent mask-length-rangeISHIDA Wataru
2015-10-20policy: clean upISHIDA Wataru
2015-10-20table: fix to handle doReplace flagISHIDA Wataru
2015-10-20table: remove unnecessary type castingISHIDA Wataru
2015-10-15policy: add 4byte AS mixed with 2byte AS test caseHiroshi Yokoi
2015-10-15policy: add 4byte AS testHiroshi Yokoi
2015-10-09server: store import/export config in TabelManager instead of PeerISHIDA Wataru
2015-10-09table: merge policy package into tableISHIDA Wataru
2015-10-07server: fix soft reset outFUJITA Tomonori
2015-10-07policy: fix bug of export neighbor condition matchingISHIDA Wataru
2015-10-02cli: add command to show accepted/rejected routesISHIDA Wataru
2015-10-01path: distinguish aspath set from aspath seqISHIDA 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-16table: fix bug of updating cluster-list path attributeISHIDA Wataru
2015-09-16table: use explicitly specified nexthop for iBGP if existsISHIDA Wataru
2015-09-10table: add string method for easier debuggingISHIDA Wataru
2015-09-08*: kill bgp.NLRInfo and bgp.WithdrawnRouteISHIDA Wataru
2015-09-01zebra: distribute routes from zebraHiroshi Yokoi
2015-08-31server: support route reflector behaviorISHIDA Wataru
2015-08-29table: disable merging NLRIs if we don't have many NLRIsFUJITA Tomonori
2015-08-29table: merge NLRIs in one message in hard wayFUJITA Tomonori
2015-08-29Revert "table: increase the possibiliby of many NLRIs in one update message"FUJITA Tomonori
2015-08-27api: add route family field to struct PathISHIDA Wataru
2015-08-26table: increase the possibiliby of many NLRIs in one update messageFUJITA Tomonori
2015-08-26table: remove the limit of the number of packed NLRI in one messageFUJITA Tomonori
2015-08-25*: better log msgISHIDA Wataru
2015-08-24pack multiple NLRIs into one BGP update messageFUJITA Tomonori
2015-08-21speed up showing ipv6 routesFUJITA Tomonori
2015-08-20server: fix for sorting adj-in/out routesFUJITA Tomonori
2015-08-19scenario_test: add ext-community action testHiroshi Yokoi