bridge: update kernel headers
This commit is contained in:
parent
ae7b9a0d5c
commit
75e003c23e
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue