bridge: update kernel headers

This commit is contained in:
Stephen Hemminger 2012-12-20 08:24:05 -08:00
parent ae7b9a0d5c
commit 75e003c23e
1 changed files with 3 additions and 0 deletions

View File

@ -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;