summaryrefslogtreecommitdiffhomepage
path: root/table/policy.go
AgeCommit message (Expand)Author
2016-03-09policy: fix crash to remove statement from policy without statementsFUJITA Tomonori
2016-02-19policy: remove unnecessary regexp special charactorISHIDA Wataru
2016-01-25config: add openconfig identity structs in bgp_configs.goISHIDA Wataru
2016-01-16server: reduce number of path.Clone() call to reduce memory footprintISHIDA Wataru
2016-01-16policy: introduce policy option infraISHIDA Wataru
2016-01-16table: remove unnecessary copy of path attributesISHIDA Wataru
2016-01-10policy: support an action to add origin-validation ext-communityISHIDA Wataru
2016-01-10policy: fix NewRpkiValidationConditionFromApiStruct()ISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-09config: add FromInt() method to config typedefISHIDA Wataru
2016-01-09config: change enum value type to string for ease of configurationISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2016-01-06policy: remove heavy debug msgISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-24policy: fix insufficient nil checkISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-10-24policy: use radix-tree for prefix-list matchingISHIDA Wataru
2015-10-24policy: modify path.GetAsSeqList() to insert 0 for non-seq-as-elemsISHIDA Wataru
2015-10-24policy: speed up as-path matchingISHIDA Wataru
2015-10-21policy: add missing argHiroshi Yokoi
2015-10-21policy: add field keysHiroshi Yokoi
2015-10-20policy: name statement automatically also via grpcISHIDA Wataru
2015-10-20policy: avoid null pointer dereferenceISHIDA Wataru
2015-10-20api: stop using raw flag values and define grpc dedicated flagsISHIDA Wataru
2015-10-20policy: fix how to apply policy to follow openconfig descriptionISHIDA Wataru
2015-10-20policy: remove debug logHiroshi Yokoi
2015-10-20api: support policy assignment modification via grpcISHIDA Wataru
2015-10-20policy: name statement automatically when name is not givenISHIDA Wataru
2015-10-20api: support policy modification via grpcISHIDA Wataru
2015-10-20api/cli: refactor api to retrieve policyISHIDA Wataru
2015-10-20cli: support statement configurationISHIDA Wataru
2015-10-20api: support statement modification via grpcISHIDA Wataru
2015-10-20api/cli: add api to retrieve statements and support showing them via cliISHIDA Wataru
2015-10-20cli: support defined-set configurationISHIDA Wataru
2015-10-20api: support defined set modification via grpcISHIDA Wataru
2015-10-20policy: another cleanupISHIDA Wataru
2015-10-20policy: add constructor to create object from api structsISHIDA Wataru
2015-10-20api: use two ints instead of string to represent mask-length-rangeISHIDA Wataru
2015-10-20policy: clean upISHIDA Wataru
2015-10-09table: merge policy package into tableISHIDA Wataru