Skip to content

Commit 2ffd2bf

Browse files
authored
Merge pull request FRRouting#20368 from donaldsharp/pim_mlag_hidden
pimd: Remove weird Hidden message in help string
2 parents d8a432c + 44403ce commit 2ffd2bf

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)