Skip to content
Snippets Groups Projects
Commit fe46ca54 authored by Jonas Höglund's avatar Jonas Höglund
Browse files

mcast-pa: mdb entry

parent 038de09e
No related branches found
No related tags found
No related merge requests found
...@@ -234,6 +234,14 @@ struct br_mdb_entry { ...@@ -234,6 +234,14 @@ struct br_mdb_entry {
} u; } u;
__be16 proto; __be16 proto;
} addr; } addr;
struct {
union {
__be32 ip4;
struct in6_addr ip6;
} u;
__be16 proto;
unsigned char eth_addr[6];
} src_addr;
}; };
enum { enum {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment