diff options
Diffstat (limited to 'rules/ccvpn-rule.drl')
-rw-r--r-- | rules/ccvpn-rule.drl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ccvpn-rule.drl b/rules/ccvpn-rule.drl index 1f2d82d..2778ad1 100644 --- a/rules/ccvpn-rule.drl +++ b/rules/ccvpn-rule.drl @@ -143,7 +143,7 @@ rule "Set Up Correlation" if ($a.getRootFlag() != 1 && $b.getRootFlag() != 1) { PolicyMsg msg = createPolicyMsg($a); DmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class); - dmaapService.publishPolicyMsg(msg, "unauthenticated.DCAE_CL_OUTPUT"); + dmaapService.publishPolicyMsg(msg, "dcae_cl_out"); updateAaiLinkStatus(getLogicLink($a), status); } $a.setRootFlag(1); |