summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/table/policy.go
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
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-23Split Reset into three methodsCarl Baldwin
2019-10-15Avoid locking in cases that return immediatelyCarl Baldwin
2019-10-15Keep Lock and defer Unlock togetherCarl Baldwin
2019-09-23table: fix SingleAsPathMatch pre compiled patternTatsushi Demachi
2019-09-08execute rpki validation for policy only when it's necessaryFUJITA Tomonori
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-12-23make the usage of type name in protobuf consistentFUJITA Tomonori
2018-11-29server: fix nil pointer error when apply policyoc
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-08-23policy cleanupFUJITA Tomonori
2018-08-17table: remove DIRECTION_IN completelyFUJITA Tomonori
2018-08-16pkt/server: ListPolicy() and ListStatement() support filtering like ListDefin...FUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori