summaryrefslogtreecommitdiffhomepage
path: root/policy/policy.go
AgeCommit message (Expand)Author
2015-10-09table: merge policy package into tableISHIDA Wataru
2015-10-09api: make enum RouteAction to avoid using raw stringISHIDA Wataru
2015-10-07policy: fix bug of export neighbor condition matchingISHIDA Wataru
2015-10-06policy: fix removing community wich multiple regexp conditionsFUJITA Tomonori
2015-10-05policy: support removing community wich regexpISHIDA Wataru
2015-09-30server: kill LocalRibISHIDA Wataru
2015-09-30policy: remove useless DefaultActionISHIDA Wataru
2015-09-29policy: improve ipPrefixCalculate performance slightlyFUJITA Tomonori
2015-09-27policy: refactor Prefix implementationISHIDA Wataru
2015-09-20api: rename package/service name to gobgpapiISHIDA Wataru
2015-09-08*: kill bgp.NLRInfo and bgp.WithdrawnRouteISHIDA Wataru
2015-08-22api/cli: support showing extended community actionISHIDA Wataru
2015-08-19scenario_test: add ext-community action testHiroshi Yokoi
2015-08-13policy: support adding extCommunity actionFUJITA Tomonori
2015-08-12policy: support rpki validation matchFUJITA Tomonori
2015-08-10policy: kill unused codeFUJITA Tomonori
2015-08-09policy: make AS Path match regular expression work as quagga and ciscoFUJITA Tomonori
2015-08-08server: support vrfISHIDA Wataru
2015-08-06policy: support the match of consecutive AsPath and regular expressions to As...Naoto Hanaue
2015-08-05config: change type of Prefix in the PrefixSetNaoto Hanaue
2015-08-05path: return Extendedcommunityinterface rathar than interface{}ISHIDA Wataru
2015-08-05config: change the structure of AsPathSet, CommunitySet and ExtCommunitySet a...Naoto Hanaue
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-07-15cli: support extended communityNaoto Hanaue
2015-07-15scenaio_test: add extended community testNaoto Hanaue
2015-07-13cli: add aspath prepend supportHiroshi Yokoi
2015-07-11policy: add unit test for extended community condition and bug fixNaoto Hanaue
2015-07-11policy: support extended community conditionNaoto Hanaue
2015-07-11policy: support aspath prepend actionHiroshi Yokoi
2015-07-01cli: fix error output when routepolicy does not exist in routepolicy sub commandNaoto Hanaue
2015-07-01cli: support med actionNaoto Hanaue
2015-07-01policy: distribute policyHiroshi Yokoi
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-26policy: add unit test for med action and bug fixNaoto Hanaue
2015-06-26policy: support med actionNaoto Hanaue
2015-06-17cli: add community subcommand to policy conditions and actionsNaoto Hanaue
2015-06-16cli: add aspath subcommand to policy conditionsNaoto Hanaue
2015-06-16cli: aggregate grpc communication interface associated with the policy to api...Naoto Hanaue
2015-05-27scenario_test: add policy test cases for new action and conditionsHiroshi Yokoi
2015-05-26cli: add the add/del commands to policy of neighborNaoto Hanaue
2015-05-26cli: add the add/del commands to routepolicyNaoto Hanaue
2015-05-21policy: support community actionHiroshi Yokoi
2015-05-19policy: support community conditionHiroshi Yokoi
2015-05-19policy: support aspath conditionHiroshi Yokoi
2015-05-19cli: support the AsPathLength to display in routing policyNaoto Hanaue
2015-05-19cli: add the show command for routing policy of neighborNaoto Hanaue
2015-04-30policy: add AsPathLength matchHiroshi Yokoi
2015-04-30policy: refactor match condition codesHiroshi Yokoi
2015-04-22unit_test: fix associated with the testify updateNaoto Hanaue
2015-04-01policy: remove continueHiroshi Yokoi