summaryrefslogtreecommitdiffhomepage
path: root/table/adj.go
AgeCommit message (Expand)Author
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori
2018-05-29table: fix DropStale method in AdjRibFUJITA Tomonori
2018-05-28table: update accepted number in adj-in rib after softreset-inFUJITA Tomonori
2018-05-28table: fix accepted number in adj-in ribFUJITA Tomonori
2018-05-28table: remove unused Exists method in AdjRib strctureFUJITA Tomonori
2018-05-28table: remove unused id in AdjRib strctureFUJITA Tomonori
2018-05-07table: use shorter key for map of ipv4 and ipv6 prefixesFUJITA 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
2017-08-02table: allocate bitmap for path id dynamicallyFUJITA Tomonori
2017-07-04support addpath recvISHIDA Wataru
2017-02-15table: fix bug of adj-table accepted counterISHIDA Wataru
2016-11-17add go vet testWataru Ishida
2016-10-16cli/api: support getting table summary informationWataru Ishida
2016-08-25server/api: fix GetRib API to return sorted destinationWataru Ishida
2016-05-29table: use path Equal method in adj rather than homegrown funcitonFUJITA Tomonori
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA Wataru
2016-05-12table: fix bug in AdjRIb.PathList()ISHIDA Wataru
2016-05-12table: fix bug in AdjRib.Update()ISHIDA Wataru
2016-04-25remove collector mode supportFUJITA Tomonori
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-02-10server: support graceful-restart helper-speaker behaviorISHIDA Wataru
2016-02-10table: support sending/receiving EOR msgISHIDA Wataru
2016-02-10table: fix adjrib regressionFUJITA Tomonori
2016-02-06add route collector feature supportFUJITA Tomonori
2016-02-01server: fix soft-reset-in to handle in-policy change properlyISHIDA Wataru
2015-12-22table: fix the number of acceptedFUJITA 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