summaryrefslogtreecommitdiffstats
path: root/rules/ccvpn2-rule.drl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ccvpn2-rule.drl')
-rw-r--r--rules/ccvpn2-rule.drl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ccvpn2-rule.drl b/rules/ccvpn2-rule.drl
index 6636397..0d34932 100644
--- a/rules/ccvpn2-rule.drl
+++ b/rules/ccvpn2-rule.drl
@@ -76,6 +76,6 @@ dialect "java"
}
PolicyMsg msg = createPolicyMsg($a, bandwidth);
DmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);
- dmaapService.publishPolicyMsg(msg, "unauthenticated.DCAE_CL_OUTPUT");
+ dmaapService.publishPolicyMsg(msg, "dcae_cl_out");
$a.setRootFlag(1);
end