summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-07-26 18:17:33 +0000
committerDaniel Walton <dwalton@cumulusnetworks.com>2017-07-26 18:17:33 +0000
commit6f4d6a15a97c8f5ad35faa301ddb4beb857dfa33 (patch)
treeaf1ee6d79ba33e523271cf505b491b36f37e0dbd /ripd/rip_debug.c
parentba9d46ff14a53bb5494ceea6d2fce84ec7c32ce0 (diff)
parent0d510865ec4cc0d9cd54945647a274e18fa1898a (diff)
Merge branch 'master' of https://github.com/dwalton76/frr into zebra-debug-packet-detail
Conflicts: zebra/debug.c
Diffstat (limited to 'ripd/rip_debug.c')
-rw-r--r--ripd/rip_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ripd/rip_debug.c b/ripd/rip_debug.c
index b2c80817dd..492d036991 100644
--- a/ripd/rip_debug.c
+++ b/ripd/rip_debug.c
@@ -66,7 +66,7 @@ DEFUN (debug_rip_events,
"RIP events\n")
{
rip_debug_event = RIP_DEBUG_EVENT;
- return CMD_WARNING_CONFIG_FAILED;
+ return CMD_SUCCESS;
}
DEFUN (debug_rip_packet,
@@ -112,7 +112,7 @@ DEFUN (debug_rip_zebra,
"RIP and ZEBRA communication\n")
{
rip_debug_zebra = RIP_DEBUG_ZEBRA;
- return CMD_WARNING_CONFIG_FAILED;
+ return CMD_SUCCESS;
}
DEFUN (no_debug_rip_events,
@@ -177,7 +177,7 @@ DEFUN (no_debug_rip_zebra,
"RIP and ZEBRA communication\n")
{
rip_debug_zebra = 0;
- return CMD_WARNING_CONFIG_FAILED;
+ return CMD_SUCCESS;
}
/* Debug node. */