Received bad hardware address length for AF_PACKET 16 8

We create a push notification system and we run it in docker to push messages to rabbitmq. Everything works, but we see a strange error or warning in the logs:

Got a bad hardware address length for an AF_PACKET 16 8
Got a bad hardware address length for an AF_PACKET 16 8
Got a bad hardware address length for an AF_PACKET 16 8
Got a bad hardware address length for an AF_PACKET 16 8
Got a bad hardware address length for an AF_PACKET 16 8
Got a bad hardware address length for an AF_PACKET 16 8
Connected to broker: amqp-0-9://rabbitmq:5672

      

What does it mean? How can we solve it?

+3


source to share





All Articles