summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2016-06-06server/table: support bgp multipathISHIDA Wataru
2016-06-06table: return default value(100) when local-pref attr doesn't existISHIDA Wataru
2016-06-03table: fix leftmostAS() in compareByMEDFUJITA Tomonori
2016-05-31table: fix creation of update message from path with multiple NLRIsFUJITA Tomonori
2016-05-29table: use path Equal method in adj rather than homegrown funcitonFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-29Revert "table: fix to compare new best path with old best path"FUJITA Tomonori
2016-05-29table: make clear function to sort pathsFUJITA Tomonori
2016-05-29table: fix to compare new best path with old best pathFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-05-23add collector featureFUJITA Tomonori
2016-05-23server/table: fix intra-AS RTC route distributionISHIDA Wataru
2016-05-23table: fix UpdatePathAttrs() to obey RFC4684ISHIDA Wataru
2016-05-23vrf: fix rtc withdraw handlingISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-12table: fix bug in AdjRIb.PathList()ISHIDA Wataru
2016-05-12table: fix bug in AdjRib.Update()ISHIDA Wataru
2016-05-12table: fix Med comparison in best path selectionFUJITA Tomonori
2016-05-06table: don't access path.info directlyFUJITA Tomonori
2016-04-27server: fix not to modify Transport.ConfigISHIDA Wataru
2016-04-26policy: don't apply policy when path is withdrawalISHIDA Wataru
2016-04-26table: flag IsWithdraw down after useISHIDA Wataru
2016-04-25remove collector mode supportFUJITA Tomonori
2016-04-21table: use received time as tie-breakerISHIDA Wataru
2016-04-21policy: fix as-path match optimizationISHIDA Wataru
2016-04-21table: Destination's Calculate doesn't need to return newly added pathsFUJITA Tomonori
2016-04-21config: add set-next-hop optiontamihiro
2016-04-20policy: add test caseISHIDA Wataru
2016-04-20policy: check duplicated policy nameISHIDA Wataru
2016-04-20policy: don't allow same policy assigned twiceISHIDA Wataru
2016-04-20path: improve Path.String()ISHIDA Wataru
2016-04-20policy: add unittest ParseCommunityRegexp()FUJITA Tomonori
2016-04-20Revert "policy: remove unnecessary regexp special charactor"tamihiro
2016-04-20fix community-set match all evaluation and remove regexp special chars from c...tamihiro
2016-04-19table: add a test to check implicit withdrawal behavior with mod actionISHIDA Wataru
2016-04-19table: fix bug of holding flawed withdrawals in Destination structISHIDA Wataru
2016-04-19table: fix bug of incomplete withdrawal handlingISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-25table: initialize the destinations when the destinations is emptyNaoto Hanaue
2016-03-14table: remove empty destinations after withdrawFUJITA Tomonori
2016-03-14table: remove Destination's oldKnownPathListFUJITA Tomonori
2016-03-14table: remove Destination's WithdrawnList and UpdatedPathList used for valida...FUJITA Tomonori
2016-03-14table: remove Destination's ImplicitWithdrawnListFUJITA Tomonori
2016-03-15table: support advertising local route with specified nexthop via eBGPISHIDA Wataru
2016-03-09policy: fix crash to remove statement from policy without statementsFUJITA Tomonori
2016-03-02table: use raw data for age instead of durationFUJITA Tomonori
2016-03-02api: add neighbor-ip field to grpc Path messageISHIDA Wataru
2016-02-29cli: delete duplicated codeFUJITA Tomonori
2016-02-29config/server: support per-peer asnISHIDA Wataru