1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Linux ethernet bridge
6 * Lennert Buytenhek <buytenh@gnu.org>
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version
11 * 2 of the License, or (at your option) any later version.
14 #ifndef _UAPI_LINUX_IF_BRIDGE_H
15 #define _UAPI_LINUX_IF_BRIDGE_H
17 #include <linux/types.h>
18 #include <linux/if_ether.h>
19 #include <linux/in6.h>
21 #define SYSFS_BRIDGE_ATTR "bridge"
22 #define SYSFS_BRIDGE_FDB "brforward"
23 #define SYSFS_BRIDGE_PORT_SUBDIR "brif"
24 #define SYSFS_BRIDGE_PORT_ATTR "brport"
25 #define SYSFS_BRIDGE_PORT_LINK "bridge"
27 #define BRCTL_VERSION 1
29 #define BRCTL_GET_VERSION 0
30 #define BRCTL_GET_BRIDGES 1
31 #define BRCTL_ADD_BRIDGE 2
32 #define BRCTL_DEL_BRIDGE 3
33 #define BRCTL_ADD_IF 4
34 #define BRCTL_DEL_IF 5
35 #define BRCTL_GET_BRIDGE_INFO 6
36 #define BRCTL_GET_PORT_LIST 7
37 #define BRCTL_SET_BRIDGE_FORWARD_DELAY 8
38 #define BRCTL_SET_BRIDGE_HELLO_TIME 9
39 #define BRCTL_SET_BRIDGE_MAX_AGE 10
40 #define BRCTL_SET_AGEING_TIME 11
41 #define BRCTL_SET_GC_INTERVAL 12
42 #define BRCTL_GET_PORT_INFO 13
43 #define BRCTL_SET_BRIDGE_STP_STATE 14
44 #define BRCTL_SET_BRIDGE_PRIORITY 15
45 #define BRCTL_SET_PORT_PRIORITY 16
46 #define BRCTL_SET_PATH_COST 17
47 #define BRCTL_GET_FDB_ENTRIES 18
49 #define BR_STATE_DISABLED 0
50 #define BR_STATE_LISTENING 1
51 #define BR_STATE_LEARNING 2
52 #define BR_STATE_FORWARDING 3
53 #define BR_STATE_BLOCKING 4
55 struct __bridge_info
{
56 __u64 designated_root
;
63 __u32 bridge_hello_time
;
64 __u32 bridge_forward_delay
;
66 __u8 topology_change_detected
;
71 __u32 hello_timer_value
;
72 __u32 tcn_timer_value
;
73 __u32 topology_change_timer_value
;
78 __u64 designated_root
;
79 __u64 designated_bridge
;
81 __u16 designated_port
;
83 __u32 designated_cost
;
88 __u32 message_age_timer_value
;
89 __u32 forward_delay_timer_value
;
90 __u32 hold_timer_value
;
94 __u8 mac_addr
[ETH_ALEN
];
97 __u32 ageing_timer_value
;
104 #define BRIDGE_FLAGS_MASTER 1 /* Bridge command to/from master */
105 #define BRIDGE_FLAGS_SELF 2 /* Bridge command to/from lowerdev */
107 #define BRIDGE_MODE_VEB 0 /* Default loopback mode */
108 #define BRIDGE_MODE_VEPA 1 /* 802.1Qbg defined VEPA mode */
109 #define BRIDGE_MODE_UNDEF 0xFFFF /* mode undefined */
111 /* Bridge management nested attributes
113 * [IFLA_BRIDGE_FLAGS]
115 * [IFLA_BRIDGE_VLAN_INFO]
121 IFLA_BRIDGE_VLAN_INFO
,
122 IFLA_BRIDGE_VLAN_TUNNEL_INFO
,
125 #define IFLA_BRIDGE_MAX (__IFLA_BRIDGE_MAX - 1)
127 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */
128 #define BRIDGE_VLAN_INFO_PVID (1<<1) /* VLAN is PVID, ingress untagged */
129 #define BRIDGE_VLAN_INFO_UNTAGGED (1<<2) /* VLAN egresses untagged */
130 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */
131 #define BRIDGE_VLAN_INFO_RANGE_END (1<<4) /* VLAN is end of vlan range */
132 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */
134 struct bridge_vlan_info
{
140 IFLA_BRIDGE_VLAN_TUNNEL_UNSPEC
,
141 IFLA_BRIDGE_VLAN_TUNNEL_ID
,
142 IFLA_BRIDGE_VLAN_TUNNEL_VID
,
143 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS
,
144 __IFLA_BRIDGE_VLAN_TUNNEL_MAX
,
147 #define IFLA_BRIDGE_VLAN_TUNNEL_MAX (__IFLA_BRIDGE_VLAN_TUNNEL_MAX - 1)
149 struct bridge_vlan_xstats
{
159 /* Bridge multicast database attributes
161 * [MDBA_MDB_ENTRY] = {
162 * [MDBA_MDB_ENTRY_INFO] {
163 * struct br_mdb_entry
164 * [MDBA_MDB_EATTR attributes]
169 * [MDBA_ROUTER_PORT] = {
171 * [MDBA_ROUTER_PATTR attributes]
181 #define MDBA_MAX (__MDBA_MAX - 1)
188 #define MDBA_MDB_MAX (__MDBA_MDB_MAX - 1)
191 MDBA_MDB_ENTRY_UNSPEC
,
193 __MDBA_MDB_ENTRY_MAX
,
195 #define MDBA_MDB_ENTRY_MAX (__MDBA_MDB_ENTRY_MAX - 1)
197 /* per mdb entry additional attributes */
199 MDBA_MDB_EATTR_UNSPEC
,
200 MDBA_MDB_EATTR_TIMER
,
203 #define MDBA_MDB_EATTR_MAX (__MDBA_MDB_EATTR_MAX - 1)
205 /* multicast router types */
207 MDB_RTR_TYPE_DISABLED
,
208 MDB_RTR_TYPE_TEMP_QUERY
,
218 #define MDBA_ROUTER_MAX (__MDBA_ROUTER_MAX - 1)
220 /* router port attributes */
222 MDBA_ROUTER_PATTR_UNSPEC
,
223 MDBA_ROUTER_PATTR_TIMER
,
224 MDBA_ROUTER_PATTR_TYPE
,
225 __MDBA_ROUTER_PATTR_MAX
227 #define MDBA_ROUTER_PATTR_MAX (__MDBA_ROUTER_PATTR_MAX - 1)
234 struct br_mdb_entry
{
236 #define MDB_TEMPORARY 0
237 #define MDB_PERMANENT 1
239 #define MDB_FLAGS_OFFLOAD (1 << 0)
252 MDBA_SET_ENTRY_UNSPEC
,
254 __MDBA_SET_ENTRY_MAX
,
256 #define MDBA_SET_ENTRY_MAX (__MDBA_SET_ENTRY_MAX - 1)
258 /* Embedded inside LINK_XSTATS_TYPE_BRIDGE */
260 BRIDGE_XSTATS_UNSPEC
,
266 #define BRIDGE_XSTATS_MAX (__BRIDGE_XSTATS_MAX - 1)
274 /* IGMP/MLD statistics */
275 struct br_mcast_stats
{
276 __u64 igmp_v1queries
[BR_MCAST_DIR_SIZE
];
277 __u64 igmp_v2queries
[BR_MCAST_DIR_SIZE
];
278 __u64 igmp_v3queries
[BR_MCAST_DIR_SIZE
];
279 __u64 igmp_leaves
[BR_MCAST_DIR_SIZE
];
280 __u64 igmp_v1reports
[BR_MCAST_DIR_SIZE
];
281 __u64 igmp_v2reports
[BR_MCAST_DIR_SIZE
];
282 __u64 igmp_v3reports
[BR_MCAST_DIR_SIZE
];
283 __u64 igmp_parse_errors
;
285 __u64 mld_v1queries
[BR_MCAST_DIR_SIZE
];
286 __u64 mld_v2queries
[BR_MCAST_DIR_SIZE
];
287 __u64 mld_leaves
[BR_MCAST_DIR_SIZE
];
288 __u64 mld_v1reports
[BR_MCAST_DIR_SIZE
];
289 __u64 mld_v2reports
[BR_MCAST_DIR_SIZE
];
290 __u64 mld_parse_errors
;
292 __u64 mcast_bytes
[BR_MCAST_DIR_SIZE
];
293 __u64 mcast_packets
[BR_MCAST_DIR_SIZE
];
295 #endif /* _UAPI_LINUX_IF_BRIDGE_H */