summaryrefslogtreecommitdiffhomepage
path: root/table/policy.go
AgeCommit message (Expand)Author
2018-05-23fix: missing validateCondition in ReplaceStatementlnever
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2017-12-16table/policy: Support prefix representation in NeighborSetSatoshi Fujimoto
2017-11-07*: Support BGP Confederations (RFC 5065)Satoshi Fujimoto
2017-11-03table/policy: Nil check before reference in inUse()Satoshi Fujimoto
2017-09-14table/policy: fix ReplacePolicy with preserve=false to remove old statementsPiotr Wydrych
2017-07-19table: Include detailed information about RPKI in originInfoSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-05-06cli: speed up showing a specific defined-setWataru Ishida
2017-03-19table: handle IPv4-Mapped IPv6 Address as v6FUJITA Tomonori
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