Skip to content

Commit cb8ac7f

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request #8822 from bfallonf/maddr_1443727
Bug 1443727 Deleted maddr segment
2 parents 78563e2 + 15dc551 commit cb8ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_guide/high_availability.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ echo "Check multicast enabled ... ";
501501
ip addr show $interface | grep -i MULTICAST
502502
503503
echo "Check multicast groups ... "
504-
ip maddr show $interface | grep 224.0.0 | grep $interface
504+
ip maddr show $interface | grep 224.0.0
505505
506506
EOF
507507
done;

0 commit comments

Comments
 (0)