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

mcast-pa: mdb_entry

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