summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/table
AgeCommit message (Expand)Author
2020-12-16Enable IPv6 and IPv4 labeled prefixes to match against prefix set in policyTahir Azim
2020-10-20fix #2289: improve regex to give expected resultsThomas Rosenstein
2020-08-12best path selection - compare neigh addrJordan Whited
2020-03-11fixed style: unnecessary type cast after type switch and some minor issues.Sergey Elantsev
2020-02-19add support GetTable method for vrfs #2235Pavel Vorontsov
2019-10-26table: handle staticcheck's warningsFUJITA Tomonori
2019-10-26avoid installing routes with originator ID to global when softresetinFUJITA Tomonori
2019-10-25table: replace radix with crit-bit algo for longer-prefixes searchFUJITA Tomonori
2019-10-25table: replace radix with crit-bit algo for policyFUJITA Tomonori
2019-10-25table: remove unnecessary code in UpdateAdjRibOut()FUJITA Tomonori
2019-10-25table: replace radix with crit-bit algo for roaFUJITA Tomonori
2019-10-23Split Reset into three methodsCarl Baldwin
2019-10-22table: use net.IPNet for roa instead of homegrown IPPrefix structureFUJITA Tomonori
2019-10-22move roa table code to table/ from server/FUJITA Tomonori
2019-10-18Fix adj-out display with add path enabledmageshgv
2019-10-15Avoid locking in cases that return immediatelyCarl Baldwin
2019-10-15Keep Lock and defer Unlock togetherCarl Baldwin
2019-10-02Update adjrib for LLGR and preserve aslooped attrMagesh GV
2019-09-26table: add NewSingleAsPathMatch unittestFUJITA Tomonori
2019-09-23table: fix SingleAsPathMatch pre compiled patternTatsushi Demachi
2019-09-17table: add more tests for adjFUJITA Tomonori
2019-09-17table: implement adj-in table use routing table structuresFUJITA Tomonori
2019-09-12table: improve table.Info for global ribFUJITA Tomonori
2019-09-08execute rpki validation for policy only when it's necessaryFUJITA Tomonori
2019-08-27fix duplicated local path id bugFUJITA Tomonori
2019-08-27table: delete unused deleteDestByNlri()FUJITA Tomonori
2019-08-26table: remove unused validation in originInfo structFUJITA Tomonori
2019-08-26table: kill GetPathListByPeer()FUJITA Tomonori
2019-06-08Support ipv4-flowspec for VRF enslaved neighborMichael Lechner
2019-04-12table: delete unused reason in Path structFUJITA Tomonori
2019-03-24table: fix Path.SetLargeCommunities not to set vacant communities valueNasato Goto
2019-03-17Deleteing goroutine for assignMplsLabel and moveing code relating MPLS L3VPN ...Hitoshi Irino
2019-03-14Refactoring source code for BGP/MPLS L3VPN with ZAPI 6Hitoshi Irino
2019-03-14Fix bug using variable of zclient in AddVrf of server.go.Hitoshi Irino
2019-03-14Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6Hitoshi Irino
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-12-23make the usage of type name in protobuf consistentFUJITA Tomonori
2018-12-23make Add/Delete/ListPath APIs symmetricFUJITA Tomonori
2018-11-29server: fix nil pointer error when apply policyoc
2018-11-24minor cleanup: update Gopkg.lock and erase redundant nil setSergey Elantsev
2018-10-28move NewAPIRoutingPolicyFromConfigStruct() from server/FUJITA Tomonori
2018-10-28move NewAPIPolicyAssignmentFromTableStruct() from server/FUJITA Tomonori
2018-10-23fix: nil pointer in PrefixSet AppendImcom Jin
2018-10-23table: compare etag and peer ip in mac mobilitywanghonghao
2018-08-23policy cleanupFUJITA Tomonori
2018-08-17table: remove DIRECTION_IN completelyFUJITA Tomonori
2018-08-17ignore duplicate RTC Membership announcementsMarcin Ptaszynski
2018-08-16pkt/server: ListPolicy() and ListStatement() support filtering like ListDefin...FUJITA Tomonori
2018-08-08rpc cleanupFUJITA Tomonori
2018-07-24fix unittest warnings with go tipFUJITA Tomonori