Merge pull request #11649 from rampxxxx/bfd_cleanup_warning

BFDD: Cleanup warning
This commit is contained in:
Donald Sharp 2022-07-19 20:25:26 -04:00 committed by GitHub
commit a9b4458f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1573,7 +1573,7 @@ int bp_echo_socket(const struct vrf *vrf)
return -1;
}
memset(&sll, 0, sizeof(sll));
sll.sll_family = AF_PACKET;
sll.sll_protocol = htons(ETH_P_IP);
sll.sll_ifindex = 0;