Skip to content
Snippets Groups Projects
Commit 0b9025f8 authored by Jonas Höglund's avatar Jonas Höglund Committed by Oussama Ghorbel
Browse files

mcast-pa: mdb entry

parent 94a0cbe0
No related branches found
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.
Finish editing this message first!
Please register or to comment