summaryrefslogtreecommitdiff
path: root/zebra/debug.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-07-14 08:11:05 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-14 08:11:05 -0400
commitda571b7a6c5326447399ff78439c87639fa51e19 (patch)
treec34078577275b7e3105d66b7d1364582529e580d /zebra/debug.c
parent8c19712819711a8fa09770b500963250e55cf9c9 (diff)
parenteef83e96f7141c8b016462195e01b824c600c89e (diff)
Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/debug.c b/zebra/debug.c
index 0b0a0e9886..dd1c5d7828 100644
--- a/zebra/debug.c
+++ b/zebra/debug.c
@@ -97,7 +97,7 @@ DEFUN (debug_zebra_events,
"Debug option set for zebra events\n")
{
zebra_debug_event = ZEBRA_DEBUG_EVENT;
- return CMD_WARNING;
+ return CMD_WARNING_CONFIG_FAILED;
}
DEFUN (debug_zebra_nht,
@@ -108,7 +108,7 @@ DEFUN (debug_zebra_nht,
"Debug option set for zebra next hop tracking\n")
{
zebra_debug_nht = ZEBRA_DEBUG_NHT;
- return CMD_WARNING;
+ return CMD_WARNING_CONFIG_FAILED;
}
DEFUN (debug_zebra_mpls,
@@ -119,7 +119,7 @@ DEFUN (debug_zebra_mpls,
"Debug option set for zebra MPLS LSPs\n")
{
zebra_debug_mpls = ZEBRA_DEBUG_MPLS;
- return CMD_WARNING;
+ return CMD_WARNING_CONFIG_FAILED;
}
DEFUN (debug_zebra_vxlan,