Found by visual inspection and some squinting
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ripng_network_cmd,
"network IF_OR_ADDR",
"RIPng enable on specified interface or network.\n"
- "Interface or address")
+ "Interface or address\n")
{
int idx_if_or_addr = 1;
int ret;
"no network IF_OR_ADDR",
NO_STR
"RIPng enable on specified interface or network.\n"
- "Interface or address")
+ "Interface or address\n")
{
int idx_if_or_addr = 2;
int ret;
"clear ipv6 ripng",
CLEAR_STR
IPV6_STR
- "Clear IPv6 RIP database")
+ "Clear IPv6 RIP database\n")
{
struct route_node *rp;
struct ripng_info *rinfo;
"no aggregate-address X:X::X:X/M",
NO_STR
"Delete aggregate RIPng route announcement\n"
- "Aggregate network")
+ "Aggregate network\n")
{
int idx_ipv6_prefixlen = 2;
int ret;
"show ipv6 protocols",
SHOW_STR
IPV6_STR
- "Routing protocol information")
+ "Routing protocol information\n")
{
if (! ripng)
return CMD_SUCCESS;