summaryrefslogtreecommitdiff
path: root/zebra/rule_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rule_socket.c')
-rw-r--r--zebra/rule_socket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zebra/rule_socket.c b/zebra/rule_socket.c
index 8faca1bbc8..11d9e00ebb 100644
--- a/zebra/rule_socket.c
+++ b/zebra/rule_socket.c
@@ -45,15 +45,15 @@
enum dp_req_result kernel_add_pbr_rule(struct zebra_pbr_rule *rule)
{
- flog_err(LIB_ERR_UNAVAILABLE, "%s not Implemented for this platform",
- __PRETTY_FUNCTION__);
+ flog_err(EC_LIB_UNAVAILABLE, "%s not Implemented for this platform",
+ __PRETTY_FUNCTION__);
return DP_REQUEST_FAILURE;
}
enum dp_req_result kernel_del_pbr_rule(struct zebra_pbr_rule *rule)
{
- flog_err(LIB_ERR_UNAVAILABLE, "%s not Implemented for this platform",
- __PRETTY_FUNCTION__);
+ flog_err(EC_LIB_UNAVAILABLE, "%s not Implemented for this platform",
+ __PRETTY_FUNCTION__);
return DP_REQUEST_FAILURE;
}