summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2016-01-09config: change enum value type to string for ease of configurationISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2016-01-09table: copy path-attr list before converting to as2 pathISHIDA Wataru
2016-01-06policy: remove heavy debug msgISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-26add MOD_PATH APIFUJITA Tomonori
2015-12-25table: fix UpdatePathAttrs2ByteAs and UpdatePathAttrs4ByteAsISHIDA Wataru
2015-12-24policy: fix insufficient nil checkISHIDA Wataru
2015-12-22table: fix the number of acceptedFUJITA Tomonori
2015-12-17bmp: fix post-policy bmp message creationFUJITA Tomonori
2015-12-16table: always try to merge NLRIs to one messageFUJITA Tomonori
2015-12-15api: refactor afisafi apiISHIDA Wataru
2015-12-08table: remove useless table owner memberFUJITA Tomonori
2015-12-08table: remove unused DeletePathsforPeer()FUJITA Tomonori
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-12-02make adj-rib implementation more clear and efficientISHIDA Wataru
2015-12-02table: improve implicitWithdraw()FUJITA Tomonori
2015-12-02table: sort all known paths instead of just selecting bestISHIDA Wataru
2015-11-18rpki: fix IPv4-mapped addresss handlingFUJITA Tomonori
2015-11-13use the same timestamp for bmp and mrt updatesFUJITA Tomonori
2015-11-12table: fix how to mark a path as best in ToApiStruct()ISHIDA Wataru
2015-11-09server: move peerInfo from peer to fsmFUJITA Tomonori
2015-11-08table: fix local-pref handling for external peerISHIDA Wataru
2015-11-08table: use a local configured med/local-pref path-attr if existsISHIDA Wataru
2015-10-27server: fix RPKI verification to handle ASPATH ATTR TYPE properlyFUJITA Tomonori
2015-10-27server: fix radix key bug in rpki testFUJITA Tomonori
2015-10-24policy: use radix-tree for prefix-list matchingISHIDA Wataru
2015-10-24policy: modify path.GetAsSeqList() to insert 0 for non-seq-as-elemsISHIDA Wataru
2015-10-24policy: speed up as-path matchingISHIDA Wataru
2015-10-21policy: add missing argHiroshi Yokoi
2015-10-21policy: add field keysHiroshi Yokoi
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