summaryrefslogtreecommitdiffhomepage
path: root/table/policy.go
AgeCommit message (Expand)Author
2017-02-24policy: fix prefixset match about different familiesFUJITA Tomonori
2017-02-17table: fix DeletePolicyAssignment() crash with bogus inputFUJITA Tomonori
2016-12-15policy: avoid crash when getting ext-communityHiroshi Yokoi
2016-12-14policy: allow using invert condition in statementHiroshi Yokoi
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-14client: add golang client libraryWataru Ishida
2016-11-14policy: fix bug of policy with multiple statementsWataru 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-08table: ensure compatibility with archs where int == int32Vincent Bernat
2016-08-17policy: fix global default policy initializationISHIDA Wataru
2016-08-17policy: support route-type conditionISHIDA Wataru
2016-08-03table: make some RoutingPolicy methods unexportedFUJITA Tomonori
2016-08-03move policyMutex to policy/FUJITA Tomonori
2016-07-30all logging is done with log.WithFieldsdsp
2016-07-20remove gRPC dependency from table/FUJITA Tomonori
2016-07-20table: remove ToApiStruct methods from policy.goFUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-04-26policy: don't apply policy when path is withdrawalISHIDA Wataru
2016-04-21policy: fix as-path match optimizationISHIDA Wataru
2016-04-21config: add set-next-hop optiontamihiro
2016-04-20policy: check duplicated policy nameISHIDA Wataru
2016-04-20policy: don't allow same policy assigned twiceISHIDA Wataru
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-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
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