summaryrefslogtreecommitdiffstats
path: root/zebra/rule_netlink.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 21:21:05 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 21:23:29 +0200
commite914ccbe9cfb45bbb0ce61bb496e27df6b6136ba (patch)
tree0cb5b71e277a706f708cdaff0c8aaa2deefa319f /zebra/rule_netlink.c
parentwatchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR (diff)
downloadfrr-e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba.tar.xz
frr-e914ccbe9cfb45bbb0ce61bb496e27df6b6136ba.zip
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/rule_netlink.c')
-rw-r--r--zebra/rule_netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rule_netlink.c b/zebra/rule_netlink.c
index 4244a9af8..518d81dd6 100644
--- a/zebra/rule_netlink.c
+++ b/zebra/rule_netlink.c
@@ -207,7 +207,7 @@ int netlink_rule_change(struct nlmsghdr *h, ns_id_t ns_id, int startup)
frh = NLMSG_DATA(h);
if (frh->family != AF_INET && frh->family != AF_INET6) {
flog_warn(
- ZEBRA_ERR_NETLINK_INVALID_AF,
+ EC_ZEBRA_NETLINK_INVALID_AF,
"Invalid address family: %u received from kernel rule change: %u",
frh->family, h->nlmsg_type);
return 0;