diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 23:03:03 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-04 23:03:03 +0000 |
| commit | 16cedbb01f6d59b28c704278efc72afbfb5abfd2 (patch) | |
| tree | 0571b831ebb8134544d994f963a9c5b90d7264ec /lib/command.h | |
| parent | 2328428d2004fc83f3d3ca31d4a482d64ec149f3 (diff) | |
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 'lib/command.h')
| -rw-r--r-- | lib/command.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/command.h b/lib/command.h index bdf30b6f3c..7b1f7d9fb5 100644 --- a/lib/command.h +++ b/lib/command.h @@ -363,7 +363,6 @@ struct cmd_element #define IFNAME_STR "Interface name(e.g. ep0)\n" #define IP6_STR "IPv6 Information\n" #define OSPF6_STR "Open Shortest Path First (OSPF) for IPv6\n" -#define OSPF6_ROUTER_STR "Enable a routing process\n" #define OSPF6_INSTANCE_STR "(1-65535) Instance ID\n" #define SECONDS_STR "(1-65535) Seconds\n" #define ROUTE_STR "Routing Table\n" @@ -393,13 +392,6 @@ struct cmd_element #define NEIGHBOR_ADDR_STR2 "Neighbor address\nNeighbor tag\n" #endif /* HAVE_IPV6 */ -/* Dynamic neighbor (listen range) configuration */ -#ifdef HAVE_IPV6 -#define LISTEN_RANGE_ADDR_STR "Neighbor address\nNeighbor IPv6 address\n" -#else -#define LISTEN_RANGE_ADDR_STR "Neighbor address\n" -#endif /* HAVE_IPV6 */ - /* Prototypes. */ extern void install_node (struct cmd_node *, int (*) (struct vty *)); extern void install_default (enum node_type); |
