summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2017-06-16config: Use State to get NeighborAddress instead of ConfigSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-01Fix RouteDistinguisher parsing and VPNV6 VRF rib parsingLamanna
2017-05-31table: reduce allocs in NewDestinationChris Stockton
2017-05-23table: avoid unnecessary memory allocation about generating radix keyFUJITA Tomonori
2017-05-10*: support replace-peer-as (aka as-override)Wataru Ishida
2017-05-10*: support remove private asWataru Ishida
2017-05-10table: Advertise local-pref set by import policyTatsushi Demachi
2017-05-06cli: speed up showing a specific defined-setWataru Ishida
2017-04-27server: avoid unnecessary path clone with route serverFUJITA Tomonori
2017-04-27table: avoid cloning path for withdrawFUJITA Tomonori
2017-04-21table: Fixed bug when looking up prefixes with a default route.lspgn
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-04-04table: handle paths with IPv4 NLRI and IPv6 nexthop properlyISHIDA Wataru
2017-04-04table: fix bug of UpdatePathAttrs() with ipv6 link-local peerISHIDA Wataru
2017-04-04server: fix bug of wrongly set <nil> to PeerInfo.LocalAddressISHIDA Wataru
2017-03-27server: fix table query with shorter-prefixes optionFUJITA Tomonori
2017-03-21Fix for gobgp global rib <ip>Nils Juenemann
2017-03-19table: handle IPv4-Mapped IPv6 Address as v6FUJITA Tomonori
2017-03-06table/table_manager: Enable to select paths with nexthopIWASE Yusuke
2017-03-06table/path: Enable to stringify nexthop reachabilityIWASE Yusuke
2017-03-06table: Evaluate best path based on nexthop reachabilityIWASE Yusuke
2017-02-24policy: fix prefixset match about different familiesFUJITA Tomonori
2017-02-17table: fix DeletePolicyAssignment() crash with bogus inputFUJITA Tomonori
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2017-02-15table: fix bug of adj-table accepted counterISHIDA Wataru
2017-01-22api: add a UUID field to Path structureWataru Ishida
2016-12-15policy: avoid crash when getting ext-communityHiroshi Yokoi
2016-12-14policy: allow using invert condition in statementHiroshi Yokoi
2016-11-29zebra: add flags for recursive nexthop lookup if necessaryWataru Ishida
2016-11-25policy: fix bug of multi policy applicationWataru Ishida
2016-11-25policy: fix bug of rpki validation conditionWataru Ishida
2016-11-17config: simplify route-disposition configurationWataru Ishida
2016-11-17add go vet testWataru Ishida
2016-11-15client: remove server package dependencyWataru Ishida
2016-11-14client: add golang client libraryWataru Ishida
2016-11-14policy: fix bug of policy with multiple statementsWataru Ishida
2016-11-12table: use old best path instead of withdrawn pathsFUJITA Tomonori
2016-11-04support neighbor belongs to VRFWataru Ishida
2016-11-03remove label allocation completelyFUJITA Tomonori
2016-11-03allow add local route with specific mpls labelFUJITA Tomonori
2016-10-16cli/api: support getting table summary informationWataru Ishida
2016-10-10policy: support large-community match/actionWataru Ishida
2016-10-09policy: fix bug of handling multiple prefix-match with same IP prefix.Wataru Ishida
2016-10-09*: support long lived graceful restartWataru Ishida
2016-10-08table: ensure compatibility with archs where int == int32Vincent Bernat
2016-10-04packet/bgp: fix handling of IPv4 mapped IPv6 prefixesWataru Ishida
2016-09-30server: add vrf support to bestpath watchFUJITA Tomonori
2016-09-30api: add id to VrfRequestFUJITA Tomonori
2016-09-28table: MP_UNREACH_NLRI shouldn't carry any other path attributesFUJITA Tomonori