diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-07-15 19:19:42 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-07-15 19:37:21 +0900 |
commit | 3cfce356e43e5f9c4e2f2429ed2a3971b863f1a6 (patch) | |
tree | b5bb473789cdf0c19dae08817652182ce030c8cb /test | |
parent | b56ddd477bccd5ae0bd830b95de977ba516f066b (diff) |
cli: support extended community
Diffstat (limited to 'test')
-rw-r--r-- | test/scenario_test/policy/policy_generator.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/policy/policy_generator.go b/test/scenario_test/policy/policy_generator.go index 9b35c5aa..5e2308d4 100644 --- a/test/scenario_test/policy/policy_generator.go +++ b/test/scenario_test/policy/policy_generator.go @@ -208,11 +208,11 @@ func createPolicyConfig() *config.RoutingPolicy { CommunityMembers: []string{"6[0-9]+:[0-9]+"}, } eComOrigin := config.ExtCommunitySet{ - ExtCommunitySetName: "eComAS4", + ExtCommunitySetName: "eComOrigin", ExtCommunityMembers: []string{"SoO:65001.65100:200"}, } eComTarget := config.ExtCommunitySet{ - ExtCommunitySetName: "eComRegExp", + ExtCommunitySetName: "eComTarget", ExtCommunityMembers: []string{"RT:6[0-9]+:3[0-9]+"}, } |