summaryrefslogtreecommitdiffhomepage
path: root/table/policy_test.go
AgeCommit message (Expand)Author
2018-01-24*: Use strconv.ParseUint instead of strconv.Atoi()IWASE Yusuke
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-02-24policy: fix prefixset match about different familiesFUJITA Tomonori
2016-11-17config: simplify route-disposition configurationWataru Ishida
2016-11-17add go vet testWataru 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-03table: make some RoutingPolicy methods unexportedFUJITA Tomonori
2016-07-20remove gRPC dependency from table/FUJITA Tomonori
2016-05-26policy: add support setting self ip address as next-hopISHIDA Wataru
2016-05-25policy: add local-pref actionISHIDA Wataru
2016-04-21policy: fix as-path match optimizationISHIDA Wataru
2016-04-20policy: add test caseISHIDA Wataru
2016-04-20policy: add unittest ParseCommunityRegexp()FUJITA Tomonori
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-02-27ops: fix and integration the attribute name that indicates the route received...Naoto Hanaue
2016-02-19ops: maintenance of two-way route exchangeNaoto Hanaue
2016-01-16policy: introduce policy option infraISHIDA Wataru
2016-01-16table: kill unused field medSetByTargetNeighborISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-08server/table: use only one rib for multiple route server clientsISHIDA Wataru
2015-11-13use the same timestamp for bmp and mrt updatesFUJITA Tomonori
2015-10-21policy: add field keysHiroshi Yokoi
2015-10-20policy: clean upISHIDA Wataru
2015-10-15policy: add 4byte AS mixed with 2byte AS test caseHiroshi Yokoi
2015-10-15policy: add 4byte AS testHiroshi Yokoi
2015-10-09table: merge policy package into tableISHIDA Wataru