Send a response back to the client for the specified request. If the status is success, the response will be sent only if the client has explicitly requested a response. For failure case, the response will be sent by default. Some of the parameter values are listed below. msgType - ADD, DEL, CONFIG, UNCONFIG, etc. appl - fdb, identity manager, xnv, dot1ag, openflow, etc. ruleType - policy file or dynamic rule. direction - 0 or 1, where 0 - Ingress and 1 - Egress. status - SUCCESS or FAILURE. Failure could be due to hardware slice full or match criteria incompatibility.
If the status shows a failure, the slice usage should be verified, and rules can be given priority in such a way that those with compatible match conditions get placed in the same slice. If failure is due to incompatible rules, check the platform support and correct the match conditions accordingly.
Debug-Data
Send reply for %msgType% to client %appl% for %ruleType% %ruleName% port %portNum% VLAN %vlanIfInst% direction %direction%. Status - %status%
Name | Type |
---|---|
msgType | String |
appl | String |
ruleType | String |
ruleName | String |
portNum | SlotPort |
vlanIfInst | String |
direction | uInt8 |
status | String |