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
Branches
Tags
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