You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent commit gets in that should have been caught by our CI system and not allowed to continue.
"%s: Specified Group(%s) in join is now in SSM, not allowed to create PIM state",
__func__, inet_ntop(2, &sg->grp, buf, sizeof(buf))
pimd/pim_register.c:387: cleanup: replace inet_ntop(AF_INET, ...) with %pI4: (in pim_register_recv())
"%s: Received Register message for Group(%s) is now in SSM, dropping the packet",
__func__, inet_ntop(2, &sg.grp, buf, sizeof(buf))
The text was updated successfully, but these errors were encountered:
Recent commit gets in that should have been caught by our CI system and not allowed to continue.
The text was updated successfully, but these errors were encountered: