diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-05 00:03:03 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-05 00:03:03 +0100 |
commit | 16cedbb01f6d59b28c704278efc72afbfb5abfd2 (patch) | |
tree | 0571b831ebb8134544d994f963a9c5b90d7264ec /ospf6d/ospf6_route.c | |
parent | ospfd, lib: Fix `no pce address` syntax (diff) | |
download | frr-16cedbb01f6d59b28c704278efc72afbfb5abfd2.tar.xz frr-16cedbb01f6d59b28c704278efc72afbfb5abfd2.zip |
all: Fix underfull doc strings, part 1
Add missing docstrings and separating \n.
Also eat some low-hanging refactoring fruit.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_route.c')
-rw-r--r-- | ospf6d/ospf6_route.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ospf6d/ospf6_route.c b/ospf6d/ospf6_route.c index 3263f4a06..2f416e268 100644 --- a/ospf6d/ospf6_route.c +++ b/ospf6d/ospf6_route.c @@ -1567,8 +1567,8 @@ DEFUN (debug_ospf6_route, "debug ospf6 route <table|intra-area|inter-area|memory>", DEBUG_STR OSPF6_STR + "Debug routes\n" "Debug route table calculation\n" - "Debug detail\n" "Debug intra-area route calculation\n" "Debug inter-area route calculation\n" "Debug route memory use\n" @@ -1595,8 +1595,10 @@ DEFUN (no_debug_ospf6_route, NO_STR DEBUG_STR OSPF6_STR + "Debug routes\n" "Debug route table calculation\n" "Debug intra-area route calculation\n" + "Debug inter-area route calculation\n" "Debug route memory use\n") { int idx_type = 4; |