avb: add packet filter

This commit is contained in:
Wim Taymans 2022-04-01 21:28:43 +02:00
parent 9f25adc0f6
commit 42a4108c08
5 changed files with 67 additions and 18 deletions

View file

@ -26,7 +26,7 @@
#include "maap.h"
static const uint8_t mac[6] = AVB_BROADCAST_MAC;
static const uint8_t mac[6] = AVB_MAAP_MAC;
struct maap {
struct server *server;