Johannes Berg
ad4bb6f888
cfg80211: disallow bridging managed/adhoc interfaces
...
A number of people have tried to add a wireless interface
(in managed mode) to a bridge and then complained that it
doesn't work. It cannot work, however, because in 802.11
networks all packets need to be acknowledged and as such
need to be sent to the right address. Promiscuous doesn't
help here. The wireless address format used for these
links has only space for three addresses, the
* transmitter, which must be equal to the sender (origin)
* receiver (on the wireless medium), which is the AP in
the case of managed mode
* the recipient (destination), which is on the APs local
network segment
In an IBSS, it is similar, but the receiver and recipient
must match and the third address is used as the BSSID.
To avoid such mistakes in the future, disallow adding a
wireless interface to a bridge.
Felix has recently added a four-address mode to the AP
and client side that can be used (after negotiating that
it is possible, which must happen out-of-band by setting
up both sides) for bridging, so allow that case.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-11-19 11:08:54 -05:00
..
2009-09-22 20:49:04 +01:00
2009-11-08 01:50:21 -08:00
2009-08-07 10:39:56 -07:00
2009-09-19 00:51:34 -03:00
2009-09-23 15:39:36 -07:00
2009-08-27 22:05:39 -07:00
2009-07-25 20:16:01 +02:00
2009-09-22 07:54:33 -07:00
2009-09-26 10:50:47 -07:00
2009-10-19 15:55:59 +09:00
2009-09-20 05:55:36 -07:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-09-23 07:39:29 -07:00
2009-06-18 08:46:47 +10:00
2009-09-22 13:32:45 +01:00
2009-11-18 17:09:24 -05:00
2009-10-27 16:47:55 -04:00
2009-09-23 14:36:38 -04:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-09-24 07:21:05 -07:00
2009-11-10 20:54:40 -08:00
2009-10-19 15:55:59 +09:00
2009-09-19 02:14:45 -04:00
2009-09-27 11:39:25 -07:00
2009-09-20 16:09:20 +05:30
2009-09-23 07:39:29 -07:00
2009-09-01 01:14:07 -07:00
2009-09-08 17:42:50 -07:00
2009-09-01 19:47:20 -04:00
2009-09-30 16:12:20 -07:00
2009-09-15 09:50:47 -07:00
2009-06-24 00:00:52 -04:00
2009-09-26 00:10:40 +02:00
2009-09-21 21:03:58 +01:00
2009-09-24 07:21:01 -07:00
2009-09-11 14:33:31 +02:00
2009-08-21 09:26:15 -07:00
2009-09-11 14:33:32 +02:00
2009-10-03 20:52:01 +02:00
2009-10-01 21:19:34 +02:00
2009-09-22 07:17:38 -07:00
2009-11-02 23:39:15 -08:00
2009-09-21 15:14:51 +02:00
2009-07-31 12:28:46 +02:00
2009-10-01 16:11:11 -07:00
2009-07-10 17:32:55 +02:00
2009-08-28 20:25:24 +02:00
2009-09-23 07:39:29 -07:00
2009-11-08 20:57:03 -08:00
2009-06-18 13:03:57 -07:00
2009-09-24 07:20:57 -07:00
2009-10-02 10:54:05 -07:00
2009-07-16 09:19:16 -07:00
2009-08-15 19:02:07 +02:00
2009-09-01 12:45:14 -04:00
2009-09-24 09:34:53 +09:30
2009-07-12 12:22:34 -07:00
2009-09-23 11:01:25 -07:00
2009-07-14 20:29:57 +08:00
2009-09-19 13:13:31 -07:00
2009-09-10 10:00:05 -07:00
2009-09-01 01:24:30 -07:00
2009-09-24 07:20:57 -07:00
2009-09-18 09:48:52 -07:00
2009-09-04 20:40:25 +01:00
2009-09-19 12:50:38 -07:00
2009-06-22 10:12:30 +01:00
2009-09-04 20:40:34 +01:00
2009-08-28 14:24:10 +10:00
2009-09-08 17:55:21 -07:00
2009-06-23 22:09:17 +01:00
2009-09-08 21:17:48 -04:00
2009-11-04 09:50:58 -08:00
2009-09-14 17:41:42 -07:00
2009-07-08 09:18:05 -07:00
2009-08-22 17:52:13 -05:00
2009-11-04 09:50:58 -08:00
2009-11-02 23:40:59 -08:00
2009-09-23 07:39:29 -07:00
2009-06-24 08:17:04 -04:00
2009-07-15 21:30:46 +02:00
2009-06-24 08:15:27 -04:00
2009-09-12 00:16:27 +08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-06-18 19:50:21 +08:00
2009-09-12 14:48:40 +02:00
2009-09-22 07:17:47 -07:00
2009-10-04 12:39:14 -07:00
2009-06-18 13:03:42 -07:00
2009-07-21 15:26:27 -04:00
2009-09-18 07:25:44 +02:00
2009-09-24 07:21:04 -07:00
2009-07-08 18:17:58 +02:00
2009-09-24 07:21:04 -07:00
2009-06-18 13:04:05 -07:00
2009-11-04 09:50:58 -08:00
2009-10-04 21:04:38 +02:00
2009-09-23 07:39:29 -07:00
2009-08-25 13:44:04 +01:00
2009-09-23 07:39:46 -07:00
2009-09-11 13:23:18 -07:00
2009-09-19 13:13:31 -07:00
2009-09-01 01:13:31 -07:00
2009-06-26 10:48:34 +02:00
2009-09-17 15:15:11 +02:00
2009-08-14 15:59:30 +02:00
2009-09-27 11:39:25 -07:00
2009-09-19 00:16:14 -03:00
2009-09-18 22:45:43 +02:00
2009-09-17 23:23:45 -07:00
2009-11-17 10:16:32 -05:00
2009-08-12 22:13:15 -07:00
2009-09-01 17:52:57 -07:00
2009-11-18 17:09:27 -05:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-15 22:21:34 -08:00
2009-11-04 09:50:58 -08:00
2009-09-07 01:56:33 -07:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-07-17 10:11:00 -07:00
2009-11-04 09:50:58 -08:00
2009-10-29 21:36:53 -07:00
2009-11-19 11:08:54 -05:00
2009-11-04 09:50:58 -08:00
2009-06-29 08:59:10 +10:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-09-21 14:28:04 +02:00
2009-08-21 15:30:12 -07:00
2009-09-17 23:23:58 -07:00
2009-09-11 16:40:10 +01:00
2009-09-24 09:34:38 +09:30
2009-08-26 15:41:16 -07:00
2009-07-31 08:55:48 +02:00
2009-09-23 07:39:41 -07:00
2009-07-15 08:17:02 +01:00
2009-11-04 09:50:58 -08:00
2009-06-18 13:03:56 -07:00
2009-09-26 10:17:19 -07:00
2009-10-18 18:52:53 -07:00
2009-09-11 13:21:31 -07:00
2009-08-29 15:53:00 +02:00
2009-11-15 22:23:47 -08:00
2009-09-30 00:32:06 -04:00
2009-09-23 07:39:58 -07:00
2009-09-10 10:46:47 +03:00
2009-06-18 13:03:40 -07:00
2009-09-23 07:39:30 -07:00
2009-09-02 21:29:22 +10:00
2009-09-02 21:29:22 +10:00
2009-09-19 13:13:17 -07:00
2009-09-23 07:39:29 -07:00
2009-08-27 14:29:16 +01:00
2009-09-15 23:51:31 -04:00
2009-09-26 10:17:19 -07:00
2009-09-22 07:17:33 -07:00
2009-09-18 21:22:08 +02:00
2009-09-10 08:33:20 +03:00
2009-09-10 08:33:16 +03:00
2009-06-23 20:21:38 +01:00
2009-06-23 20:21:39 +01:00
2009-07-30 16:03:45 +09:30
2009-07-30 16:03:46 +09:30
2009-09-01 19:47:20 -04:00
2009-09-17 23:23:45 -07:00
2009-09-21 06:27:08 +02:00
2009-09-22 07:17:48 -07:00
2009-08-31 17:30:14 -10:00
2009-08-02 15:41:37 +02:00
2009-08-17 08:37:18 +10:00
2009-09-23 07:39:42 -07:00
2009-08-18 20:13:03 -07:00
2009-09-24 07:20:59 -07:00
2009-09-23 07:39:41 -07:00
2009-09-22 07:17:35 -07:00
2009-09-19 12:50:38 -07:00
2009-07-25 20:18:16 +02:00
2009-09-21 15:14:56 +02:00
2009-09-22 07:17:37 -07:00
2009-09-27 11:39:25 -07:00
2009-09-24 17:20:20 -07:00
2009-09-22 07:17:42 -07:00
2009-09-22 07:17:31 -07:00
2009-09-24 07:21:04 -07:00
2009-07-08 09:31:56 -07:00
2009-09-23 07:39:43 -07:00
2009-09-25 00:32:58 +09:30
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-09-21 15:14:51 +02:00
2009-11-04 09:50:58 -08:00
2009-07-12 20:11:17 -07:00
2009-11-07 00:46:40 -08:00
2009-11-18 05:03:11 -08:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-06-17 18:02:11 -07:00
2009-06-17 18:02:11 -07:00
2009-09-22 07:54:33 -07:00
2009-08-09 15:06:19 -04:00
2009-09-26 10:17:19 -07:00
2009-06-17 12:24:34 -07:00
2009-06-17 18:02:11 -07:00
2009-11-13 17:43:58 -05:00
2009-11-06 14:32:24 +03:00
2009-08-03 09:56:52 +02:00
2009-08-07 10:39:55 -07:00
2009-11-18 05:03:03 -08:00
2009-07-22 09:27:18 -07:00
2009-09-22 07:17:38 -07:00
2009-07-20 16:33:53 +02:00
2009-09-24 07:20:58 -07:00
2009-09-24 07:53:22 -07:00
2009-08-22 13:07:09 +02:00
2009-09-14 17:39:12 -07:00
2009-09-24 07:55:29 -07:00
2009-09-15 09:50:48 -07:00
2009-09-09 14:19:11 -07:00
2009-09-15 09:39:44 -07:00
2009-08-14 15:00:53 +09:00
2009-09-22 15:42:01 +02:00
2009-09-22 15:42:01 +02:00
2009-07-13 08:01:47 +10:00
2009-09-24 15:38:57 -07:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-07-22 00:28:39 +02:00
2009-08-23 00:04:44 +02:00
2009-09-14 20:27:00 +02:00
2009-09-22 07:17:49 -07:00
2009-09-22 07:17:47 -07:00
2009-10-04 15:05:10 -07:00
2009-06-24 16:58:48 -04:00
2009-07-30 17:49:15 +04:00
2009-06-18 13:04:04 -07:00
2009-07-29 19:10:36 -07:00
2009-09-24 07:53:22 -07:00
2009-09-23 07:39:41 -07:00
2009-06-18 13:03:51 -07:00
2009-09-22 07:17:24 -07:00
2009-09-27 11:39:25 -07:00
2009-09-19 08:53:22 +02:00
2009-11-10 22:26:29 -08:00
2009-09-19 08:53:22 +02:00
2009-09-19 08:53:22 +02:00
2009-10-30 15:06:37 -07:00
2009-06-24 08:17:06 -04:00
2009-06-24 08:17:06 -04:00
2009-06-18 13:03:46 -07:00
2009-09-24 07:20:57 -07:00
2009-10-01 16:11:13 -07:00
2009-11-18 17:09:26 -05:00
2009-09-04 19:42:22 -04:00
2009-09-24 07:53:22 -07:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2009-09-15 02:44:17 -07:00
2009-07-31 12:28:45 +02:00
2009-09-24 07:53:22 -07:00
2009-09-24 07:21:04 -07:00
2009-09-15 11:37:33 +10:00
2009-09-24 07:47:35 -04:00
2009-09-19 13:13:19 -07:00
2009-09-30 21:46:59 +02:00
2009-06-22 11:32:24 -07:00
2009-09-19 13:13:30 -07:00
2009-07-26 11:17:01 -07:00
2009-08-28 19:57:33 -04:00
2009-08-28 19:57:30 -04:00
2009-08-24 19:52:38 +09:00
2009-09-15 09:50:49 -07:00
2009-09-24 07:21:01 -07:00
2009-11-06 00:55:55 -08:00
2009-08-06 11:36:25 +03:00
2009-09-14 20:19:06 +03:00
2009-09-24 09:34:40 +09:30
2009-10-13 11:48:32 -07:00
2009-10-29 03:00:06 -07:00
2009-08-31 18:08:51 +02:00
2009-08-31 18:08:51 +02:00
2009-09-24 07:53:22 -07:00
2009-09-16 11:50:05 +02:00
2009-07-28 14:19:20 +09:00
2009-10-12 23:40:10 -07:00
2009-09-24 07:21:04 -07:00
2009-07-06 13:57:03 -07:00
2009-09-18 09:48:52 -07:00
2009-09-01 18:25:07 -07:00
2009-11-13 20:38:48 -08:00
2009-09-24 07:20:56 -07:00
2009-08-30 22:26:34 +02:00
2009-07-05 19:16:11 -07:00
2009-09-24 09:34:41 +09:30
2009-09-24 07:21:00 -07:00
2009-09-24 07:20:57 -07:00
2009-09-15 09:50:47 -07:00
2009-09-27 13:35:16 -07:00
2009-08-04 13:46:30 -07:00
2009-09-19 13:13:35 -07:00
2009-06-19 08:08:50 +02:00
2009-09-23 07:39:48 -07:00
2009-11-10 20:54:38 -08:00
2009-07-29 19:10:39 -07:00
2009-09-23 06:46:23 -07:00
2009-09-23 06:46:39 -07:00
2009-09-23 18:13:10 -07:00
2009-08-26 12:39:29 +01:00
2009-09-24 09:57:08 -07:00
2009-09-19 00:18:36 -03:00
2009-09-23 22:26:32 +09:30
2009-09-23 22:26:32 +09:30
2009-09-23 22:26:36 +09:30
2009-09-23 07:39:29 -07:00
2009-09-23 22:26:32 +09:30
2009-09-23 22:26:32 +09:30
2009-09-23 22:26:32 +09:30
2009-07-30 16:03:46 +09:30
2009-09-23 22:26:32 +09:30
2009-09-23 22:26:31 +09:30
2009-08-14 15:00:52 +09:00
2009-09-22 07:17:30 -07:00
2009-09-19 13:13:25 -07:00
2009-09-19 13:13:26 -07:00
2009-06-18 13:03:58 -07:00
2009-09-15 16:51:30 +02:00
2009-07-15 08:53:39 -07:00
2009-09-04 20:20:58 +04:00
2009-09-23 03:49:27 +04:00
2009-09-21 15:14:53 +02:00
2009-09-24 07:21:04 -07:00
2009-09-10 10:11:22 +10:00
2009-11-04 09:50:58 -08:00