Commit 75e003c2 authored by Stephen Hemminger's avatar Stephen Hemminger

bridge: update kernel headers

parent ae7b9a0d
...@@ -163,6 +163,9 @@ struct br_port_msg { ...@@ -163,6 +163,9 @@ struct br_port_msg {
struct br_mdb_entry { struct br_mdb_entry {
__u32 ifindex; __u32 ifindex;
#define MDB_TEMPORARY 0
#define MDB_PERMANENT 1
__u8 state;
struct { struct {
union { union {
__be32 ip4; __be32 ip4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment