diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_bridge.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h index afbb18a0227c..5db297514aec 100644 --- a/include/uapi/linux/if_bridge.h +++ b/include/uapi/linux/if_bridge.h | |||
| @@ -163,6 +163,9 @@ struct br_port_msg { | |||
| 163 | 163 | ||
| 164 | struct br_mdb_entry { | 164 | struct br_mdb_entry { |
| 165 | __u32 ifindex; | 165 | __u32 ifindex; |
| 166 | #define MDB_TEMPORARY 0 | ||
| 167 | #define MDB_PERMANENT 1 | ||
| 168 | __u8 state; | ||
| 166 | struct { | 169 | struct { |
| 167 | union { | 170 | union { |
| 168 | __be32 ip4; | 171 | __be32 ip4; |
