Skip to content

Commit 44403ce

Browse files
committed
pimd: Remove weird Hidden message in help string
This help string is not hidden, so everyone can see it. Let's accept reality. Signed-off-by: Donald Sharp <[email protected]>
1 parent 0537610 commit 44403ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pimd/pim_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5850,7 +5850,7 @@ DEFPY (interface_ip_pim_activeactive,
58505850
NO_STR
58515851
IP_STR
58525852
PIM_STR
5853-
"Mark interface as Active-Active for MLAG operations, Hidden because not finished yet\n")
5853+
"Mark interface as Active-Active for MLAG operations\n")
58545854
{
58555855
return pim_process_ip_pim_activeactive_cmd(vty, no);
58565856
}

0 commit comments

Comments
 (0)